Html Css Color HEX #BB400B Rust

📋 copy color: '#BB400B'

red 187 ◦ green 64 ◦ blue 11

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

Shades of Rust #BB400B

Tints of Rust #BB400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

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

R = 71.37%
G = 24.43%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB400B (or 0xBB400B) is known color: Rust. HEX triplet: BB, 40 and 0B. RGB value is (187,64,11). Sum of RGB (Red+Green+Blue) = 187+64+11=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB400B is #44BFF4. Grayscale: #5F5F5F. Windows color (decimal): -4505589 or 737467. OLE color: 737467.

HSL color Cylindrical-coordinate representation of color #BB400B: hue angle of 18.07º 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 #BB400B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 11 -
CMYK 0 0.66 0.94 0.27
HSL 18.07º 0.89% 0.39% -
HSV(B) 18.07º 0.94% 0.73% -
XYZ 22.39 14.26 1.89 -
YUV 94.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 187 64 11 0 0.66 0.94 0.27 18.07 0.89 0.39
Hex BB 40 B 0 42 5E 1B 12 59 27
Octal 273 100 13 0 102 136 33 22 131 47
Binary 10111011 1000000 1011 0 1000010 1011110 11011 10010 1011001 100111

Color Harmonies of #BB400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB400B

Black with #BB400B

Text Example


Text Example

White with #BB400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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