Html Css Color HEX #BB510A Rust

📋 copy color: '#BB510A'

red 187 ◦ green 81 ◦ blue 10

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

Shades of Rust #BB510A

Tints of Rust #BB510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 67.27%
G = 29.14%
B = 3.6%

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

#BB510A (or 0xBB510A) is known color: Rust. HEX triplet: BB, 51 and 0A. RGB value is (187,81,10). Sum of RGB (Red+Green+Blue) = 187+81+10=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB510A is #44AEF5. Grayscale: #686868. Windows color (decimal): -4501238 or 676283. OLE color: 676283.

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

Color convert

RGB 187 81 10 -
CMYK 0 0.57 0.95 0.27
HSL 24.07º 0.9% 0.39% -
HSV(B) 24.07º 0.95% 0.73% -
XYZ 23.49 16.47 2.23 -
YUV 104.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 187 81 10 0 0.57 0.95 0.27 24.07 0.9 0.39
Hex BB 51 A 0 39 5F 1B 18 5A 27
Octal 273 121 12 0 71 137 33 30 132 47
Binary 10111011 1010001 1010 0 111001 1011111 11011 11000 1011010 100111

Color Harmonies of #BB510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB510A

Black with #BB510A

Text Example


Text Example

White with #BB510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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