Html Css Color HEX #BB4209 Rust

📋 copy color: '#BB4209'

red 187 ◦ green 66 ◦ blue 9

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

Shades of Rust #BB4209

Tints of Rust #BB4209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 71.37%
G = 25.19%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB4209 (or 0xBB4209) is known color: Rust. HEX triplet: BB, 42 and 09. RGB value is (187,66,9). Sum of RGB (Red+Green+Blue) = 187+66+9=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4209 is #44BDF6. Grayscale: #606060. Windows color (decimal): -4505079 or 606907. OLE color: 606907.

HSL color Cylindrical-coordinate representation of color #BB4209: hue angle of 19.21º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4209 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 9 -
CMYK 0 0.65 0.95 0.27
HSL 19.21º 0.91% 0.38% -
HSV(B) 19.21º 0.95% 0.73% -
XYZ 22.49 14.48 1.87 -
YUV 95.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 187 66 9 0 0.65 0.95 0.27 19.21 0.91 0.38
Hex BB 42 9 0 41 5F 1B 13 5B 26
Octal 273 102 11 0 101 137 33 23 133 46
Binary 10111011 1000010 1001 0 1000001 1011111 11011 10011 1011011 100110

Color Harmonies of #BB4209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4209

Black with #BB4209

Text Example


Text Example

White with #BB4209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4209; }

 p { color: rgb(187,66,9); }

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

background-color css

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

 a { background-color: rgb(187,66,9); }

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

border-color css

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

 span { border-color: rgb(187,66,9); }

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