Html Css Color HEX #BB3912 Rust

📋 copy color: '#BB3912'

red 187 ◦ green 57 ◦ blue 18

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

Shades of Rust #BB3912

Tints of Rust #BB3912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 71.37%
G = 21.76%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3912 (or 0xBB3912) is known color: Rust. HEX triplet: BB, 39 and 12. RGB value is (187,57,18). Sum of RGB (Red+Green+Blue) = 187+57+18=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3912 is #44C6ED. Grayscale: #5B5B5B. Windows color (decimal): -4507374 or 1194427. OLE color: 1194427.

HSL color Cylindrical-coordinate representation of color #BB3912: hue angle of 13.85º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3912 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 18 -
CMYK 0 0.70 0.90 0.27
HSL 13.85º 0.82% 0.4% -
HSV(B) 13.85º 0.9% 0.73% -
XYZ 22.07 13.53 2.02 -
YUV 91.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 187 57 18 0 0.70 0.90 0.27 13.85 0.82 0.4
Hex BB 39 12 0 46 5A 1B E 52 28
Octal 273 71 22 0 106 132 33 16 122 50
Binary 10111011 111001 10010 0 1000110 1011010 11011 1110 1010010 101000

Color Harmonies of #BB3912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3912

Black with #BB3912

Text Example


Text Example

White with #BB3912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3912; }

 p { color: rgb(187,57,18); }

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

background-color css

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

 a { background-color: rgb(187,57,18); }

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

border-color css

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

 span { border-color: rgb(187,57,18); }

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