Html Css Color HEX #BC420B Rust

📋 copy color: '#BC420B'

red 188 ◦ green 66 ◦ blue 11

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

Shades of Rust #BC420B

Tints of Rust #BC420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 70.94%
G = 24.91%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC420B (or 0xBC420B) is known color: Rust. HEX triplet: BC, 42 and 0B. RGB value is (188,66,11). Sum of RGB (Red+Green+Blue) = 188+66+11=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420B is #43BDF4. Grayscale: #606060. Windows color (decimal): -4439541 or 737980. OLE color: 737980.

HSL color Cylindrical-coordinate representation of color #BC420B: hue angle of 18.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC420B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 11 -
CMYK 0 0.65 0.94 0.26
HSL 18.64º 0.89% 0.39% -
HSV(B) 18.64º 0.94% 0.74% -
XYZ 22.75 14.61 1.94 -
YUV 96.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 188 66 11 0 0.65 0.94 0.26 18.64 0.89 0.39
Hex BC 42 B 0 41 5E 1A 13 59 27
Octal 274 102 13 0 101 136 32 23 131 47
Binary 10111100 1000010 1011 0 1000001 1011110 11010 10011 1011001 100111

Color Harmonies of #BC420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC420B

Black with #BC420B

Text Example


Text Example

White with #BC420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC420B; }

 p { color: rgb(188,66,11); }

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

background-color css

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

 a { background-color: rgb(188,66,11); }

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

border-color css

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

 span { border-color: rgb(188,66,11); }

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