Html Css Color HEX #BB420B Rust

📋 copy color: '#BB420B'

red 187 ◦ green 66 ◦ blue 11

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

Shades of Rust #BB420B

Tints of Rust #BB420B

RGB

 RED value IS 187 (73.44% from 255) = 70.83%

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

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

R = 70.83%
G = 25%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB420B (or 0xBB420B) is known color: Rust. HEX triplet: BB, 42 and 0B. RGB value is (187,66,11). Sum of RGB (Red+Green+Blue) = 187+66+11=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB420B is #44BDF4. Grayscale: #606060. Windows color (decimal): -4505077 or 737979. OLE color: 737979.

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

Color convert

RGB 187 66 11 -
CMYK 0 0.65 0.94 0.27
HSL 18.75º 0.89% 0.39% -
HSV(B) 18.75º 0.94% 0.73% -
XYZ 22.5 14.49 1.93 -
YUV 95.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 187 66 11 0 0.65 0.94 0.27 18.75 0.89 0.39
Hex BB 42 B 0 41 5E 1B 13 59 27
Octal 273 102 13 0 101 136 33 23 131 47
Binary 10111011 1000010 1011 0 1000001 1011110 11011 10011 1011001 100111

Color Harmonies of #BB420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB420B

Black with #BB420B

Text Example


Text Example

White with #BB420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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