Html Css Color HEX #BB500A Rust

📋 copy color: '#BB500A'

red 187 ◦ green 80 ◦ blue 10

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

Shades of Rust #BB500A

Tints of Rust #BB500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 67.51%
G = 28.88%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB500A (or 0xBB500A) is known color: Rust. HEX triplet: BB, 50 and 0A. RGB value is (187,80,10). Sum of RGB (Red+Green+Blue) = 187+80+10=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB500A is #44AFF5. Grayscale: #686868. Windows color (decimal): -4501494 or 676027. OLE color: 676027.

HSL color Cylindrical-coordinate representation of color #BB500A: hue angle of 23.73º 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 #BB500A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 10 -
CMYK 0 0.57 0.95 0.27
HSL 23.73º 0.9% 0.39% -
HSV(B) 23.73º 0.95% 0.73% -
XYZ 23.42 16.32 2.2 -
YUV 104.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 187 80 10 0 0.57 0.95 0.27 23.73 0.9 0.39
Hex BB 50 A 0 39 5F 1B 18 5A 27
Octal 273 120 12 0 71 137 33 30 132 47
Binary 10111011 1010000 1010 0 111001 1011111 11011 11000 1011010 100111

Color Harmonies of #BB500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB500A

Black with #BB500A

Text Example


Text Example

White with #BB500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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