Html Css Color HEX #BB520A Rust

📋 copy color: '#BB520A'

red 187 ◦ green 82 ◦ blue 10

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

Shades of Rust #BB520A

Tints of Rust #BB520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 67.03%
G = 29.39%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB520A (or 0xBB520A) is known color: Rust. HEX triplet: BB, 52 and 0A. RGB value is (187,82,10). Sum of RGB (Red+Green+Blue) = 187+82+10=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB520A is #44ADF5. Grayscale: #696969. Windows color (decimal): -4500982 or 676539. OLE color: 676539.

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

Color convert

RGB 187 82 10 -
CMYK 0 0.56 0.95 0.27
HSL 24.41º 0.9% 0.39% -
HSV(B) 24.41º 0.95% 0.73% -
XYZ 23.57 16.62 2.25 -
YUV 105.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 187 82 10 0 0.56 0.95 0.27 24.41 0.9 0.39
Hex BB 52 A 0 38 5F 1B 18 5A 27
Octal 273 122 12 0 70 137 33 30 132 47
Binary 10111011 1010010 1010 0 111000 1011111 11011 11000 1011010 100111

Color Harmonies of #BB520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB520A

Black with #BB520A

Text Example


Text Example

White with #BB520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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