Html Css Color HEX #BB521C Rust

📋 copy color: '#BB521C'

red 187 ◦ green 82 ◦ blue 28

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

Shades of Rust #BB521C

Tints of Rust #BB521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 62.96%
G = 27.61%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB521C (or 0xBB521C) is known color: Rust. HEX triplet: BB, 52 and 1C. RGB value is (187,82,28). Sum of RGB (Red+Green+Blue) = 187+82+28=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB521C is #44ADE3. Grayscale: #6B6B6B. Windows color (decimal): -4500964 or 1856187. OLE color: 1856187.

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

Color convert

RGB 187 82 28 -
CMYK 0 0.56 0.85 0.27
HSL 20.38º 0.74% 0.42% -
HSV(B) 20.38º 0.85% 0.73% -
XYZ 23.72 16.68 3.07 -
YUV 107.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 187 82 28 0 0.56 0.85 0.27 20.38 0.74 0.42
Hex BB 52 1C 0 38 55 1B 14 4A 2A
Octal 273 122 34 0 70 125 33 24 112 52
Binary 10111011 1010010 11100 0 111000 1010101 11011 10100 1001010 101010

Color Harmonies of #BB521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB521C

Black with #BB521C

Text Example


Text Example

White with #BB521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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