Html Css Color HEX #BB4200 Rust

📋 copy color: '#BB4200'

red 187 ◦ green 66 ◦ blue 0

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

Shades of Rust #BB4200

Tints of Rust #BB4200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.91%
G = 26.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4200 (or 0xBB4200) is known color: Rust. HEX triplet: BB, 42 and 00. RGB value is (187,66,0). Sum of RGB (Red+Green+Blue) = 187+66+0=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4200 is #44BDFF. Grayscale: #5F5F5F. Windows color (decimal): -4505088 or 17083. OLE color: 17083.

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

Color convert

RGB 187 66 0 -
CMYK 0 0.65 1 0.27
HSL 21.18º 1% 0.37% -
HSV(B) 21.18º 1% 0.73% -
XYZ 22.44 14.46 1.61 -
YUV 94.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 187 66 0 0 0.65 1 0.27 21.18 1 0.37
Hex BB 42 0 0 41 64 1B 15 64 25
Octal 273 102 0 0 101 144 33 25 144 45
Binary 10111011 1000010 0 0 1000001 1100100 11011 10101 1100100 100101

Color Harmonies of #BB4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4200

Black with #BB4200

Text Example


Text Example

White with #BB4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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