Html Css Color HEX #BC4B1A Rust

📋 copy color: '#BC4B1A'

red 188 ◦ green 75 ◦ blue 26

#BC4B1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BC4B1A

Tints of Rust #BC4B1A

RGB

 RED value IS 188 (73.83% from 255) = 65.05%

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 65.05%
G = 25.95%
B = 9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC4B1A (or 0xBC4B1A) is known color: Rust. HEX triplet: BC, 4B and 1A. RGB value is (188,75,26). Sum of RGB (Red+Green+Blue) = 188+75+26=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B1A is #43B4E5. Grayscale: #676767. Windows color (decimal): -4437222 or 1723324. OLE color: 1723324.

HSL color Cylindrical-coordinate representation of color #BC4B1A: hue angle of 18.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC4B1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 26 -
CMYK 0 0.60 0.86 0.26
HSL 18.15º 0.76% 0.42% -
HSV(B) 18.15º 0.86% 0.74% -
XYZ 23.44 15.8 2.79 -
YUV 103.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 188 75 26 0 0.60 0.86 0.26 18.15 0.76 0.42
Hex BC 4B 1A 0 3C 56 1A 12 4C 2A
Octal 274 113 32 0 74 126 32 22 114 52
Binary 10111100 1001011 11010 0 111100 1010110 11010 10010 1001100 101010

Color Harmonies of #BC4B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B1A

Black with #BC4B1A

Text Example


Text Example

White with #BC4B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B1A; }

 p { color: rgb(188,75,26); }

 H1.HeaderClassName
 {
   color: #BC4B1A;
 }
 .AnyTagClassName
 {
   color: #BC4B1A;
 }
</style>

background-color css

<style>
 a { background-color: #BC4B1A; }

 a { background-color: rgb(188,75,26); }

 div.DivClassName
 {
   background-color: #BC4B1A;
 }
 .BgClassName
 {
   background-color: #BC4B1A;
 }
</style>

border-color css

<style>
 span { border-color: #BC4B1A; }

 span { border-color: rgb(188,75,26); }

 td.TdClassName
 {
   border-color: #BC4B1A;
 }
 .TagClassName
 {
   border-color: #BC4B1A;
 }
</style>