Html Css Color HEX #BB400C Rust

📋 copy color: '#BB400C'

red 187 ◦ green 64 ◦ blue 12

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

Shades of Rust #BB400C

Tints of Rust #BB400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 71.1%
G = 24.33%
B = 4.56%

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

#BB400C (or 0xBB400C) is known color: Rust. HEX triplet: BB, 40 and 0C. RGB value is (187,64,12). Sum of RGB (Red+Green+Blue) = 187+64+12=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB400C is #44BFF3. Grayscale: #5F5F5F. Windows color (decimal): -4505588 or 803003. OLE color: 803003.

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

Color convert

RGB 187 64 12 -
CMYK 0 0.66 0.94 0.27
HSL 17.83º 0.88% 0.39% -
HSV(B) 17.83º 0.94% 0.73% -
XYZ 22.39 14.26 1.92 -
YUV 94.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 187 64 12 0 0.66 0.94 0.27 17.83 0.88 0.39
Hex BB 40 C 0 42 5E 1B 12 58 27
Octal 273 100 14 0 102 136 33 22 130 47
Binary 10111011 1000000 1100 0 1000010 1011110 11011 10010 1011000 100111

Color Harmonies of #BB400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB400C

Black with #BB400C

Text Example


Text Example

White with #BB400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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