Html Css Color HEX #BB400D Rust

📋 copy color: '#BB400D'

red 187 ◦ green 64 ◦ blue 13

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

Shades of Rust #BB400D

Tints of Rust #BB400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 70.83%
G = 24.24%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB400D (or 0xBB400D) is known color: Rust. HEX triplet: BB, 40 and 0D. RGB value is (187,64,13). Sum of RGB (Red+Green+Blue) = 187+64+13=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB400D is #44BFF2. Grayscale: #5F5F5F. Windows color (decimal): -4505587 or 868539. OLE color: 868539.

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

Color convert

RGB 187 64 13 -
CMYK 0 0.66 0.93 0.27
HSL 17.59º 0.87% 0.39% -
HSV(B) 17.59º 0.93% 0.73% -
XYZ 22.4 14.26 1.95 -
YUV 94.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 187 64 13 0 0.66 0.93 0.27 17.59 0.87 0.39
Hex BB 40 D 0 42 5D 1B 12 57 27
Octal 273 100 15 0 102 135 33 22 127 47
Binary 10111011 1000000 1101 0 1000010 1011101 11011 10010 1010111 100111

Color Harmonies of #BB400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB400D

Black with #BB400D

Text Example


Text Example

White with #BB400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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