Html Css Color HEX #BB4912 Rust

📋 copy color: '#BB4912'

red 187 ◦ green 73 ◦ blue 18

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

Shades of Rust #BB4912

Tints of Rust #BB4912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 67.27%
G = 26.26%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4912 (or 0xBB4912) is known color: Rust. HEX triplet: BB, 49 and 12. RGB value is (187,73,18). Sum of RGB (Red+Green+Blue) = 187+73+18=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4912 is #44B6ED. Grayscale: #656565. Windows color (decimal): -4503278 or 1198523. OLE color: 1198523.

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

Color convert

RGB 187 73 18 -
CMYK 0 0.61 0.90 0.27
HSL 19.53º 0.82% 0.4% -
HSV(B) 19.53º 0.9% 0.73% -
XYZ 22.99 15.37 2.33 -
YUV 100.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 187 73 18 0 0.61 0.90 0.27 19.53 0.82 0.4
Hex BB 49 12 0 3D 5A 1B 14 52 28
Octal 273 111 22 0 75 132 33 24 122 50
Binary 10111011 1001001 10010 0 111101 1011010 11011 10100 1010010 101000

Color Harmonies of #BB4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4912

Black with #BB4912

Text Example


Text Example

White with #BB4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4912; }

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

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

background-color css

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

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

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

border-color css

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

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

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