Html Css Color HEX #BB520C Rust

📋 copy color: '#BB520C'

red 187 ◦ green 82 ◦ blue 12

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

Shades of Rust #BB520C

Tints of Rust #BB520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 66.55%
G = 29.18%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB520C (or 0xBB520C) is known color: Rust. HEX triplet: BB, 52 and 0C. RGB value is (187,82,12). Sum of RGB (Red+Green+Blue) = 187+82+12=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB520C is #44ADF3. Grayscale: #696969. Windows color (decimal): -4500980 or 807611. OLE color: 807611.

HSL color Cylindrical-coordinate representation of color #BB520C: hue angle of 24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB520C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 12 -
CMYK 0 0.56 0.94 0.27
HSL 24º 0.88% 0.39% -
HSV(B) 24º 0.94% 0.73% -
XYZ 23.58 16.63 2.31 -
YUV 105.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 187 82 12 0 0.56 0.94 0.27 24 0.88 0.39
Hex BB 52 C 0 38 5E 1B 18 58 27
Octal 273 122 14 0 70 136 33 30 130 47
Binary 10111011 1010010 1100 0 111000 1011110 11011 11000 1011000 100111

Color Harmonies of #BB520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB520C

Black with #BB520C

Text Example


Text Example

White with #BB520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB520C; }

 p { color: rgb(187,82,12); }

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

background-color css

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

 a { background-color: rgb(187,82,12); }

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

border-color css

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

 span { border-color: rgb(187,82,12); }

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