Html Css Color HEX #BB4210 Rust

📋 copy color: '#BB4210'

red 187 ◦ green 66 ◦ blue 16

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

Shades of Rust #BB4210

Tints of Rust #BB4210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 69.52%
G = 24.54%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4210 (or 0xBB4210) is known color: Rust. HEX triplet: BB, 42 and 10. RGB value is (187,66,16). Sum of RGB (Red+Green+Blue) = 187+66+16=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4210 is #44BDEF. Grayscale: #606060. Windows color (decimal): -4505072 or 1065659. OLE color: 1065659.

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

Color convert

RGB 187 66 16 -
CMYK 0 0.65 0.91 0.27
HSL 17.54º 0.84% 0.4% -
HSV(B) 17.54º 0.91% 0.73% -
XYZ 22.54 14.5 2.1 -
YUV 96.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 187 66 16 0 0.65 0.91 0.27 17.54 0.84 0.4
Hex BB 42 10 0 41 5B 1B 12 54 28
Octal 273 102 20 0 101 133 33 22 124 50
Binary 10111011 1000010 10000 0 1000001 1011011 11011 10010 1010100 101000

Color Harmonies of #BB4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4210

Black with #BB4210

Text Example


Text Example

White with #BB4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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