Html Css Color HEX #B55008 Rust

📋 copy color: '#B55008'

red 181 ◦ green 80 ◦ blue 8

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

Shades of Rust #B55008

Tints of Rust #B55008

RGB

 RED value IS 181 (71.09% from 255) = 67.29%

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 67.29%
G = 29.74%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B55008 (or 0xB55008) is known color: Rust. HEX triplet: B5, 50 and 08. RGB value is (181,80,8). Sum of RGB (Red+Green+Blue) = 181+80+8=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B55008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55008 is #4AAFF7. Grayscale: #666666. Windows color (decimal): -4894712 or 544949. OLE color: 544949.

HSL color Cylindrical-coordinate representation of color #B55008: hue angle of 24.97º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B55008 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 8 -
CMYK 0 0.56 0.96 0.29
HSL 24.97º 0.92% 0.37% -
HSV(B) 24.97º 0.96% 0.71% -
XYZ 21.97 15.58 2.08 -
YUV 101.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 181 80 8 0 0.56 0.96 0.29 24.97 0.92 0.37
Hex B5 50 8 0 38 60 1D 19 5C 25
Octal 265 120 10 0 70 140 35 31 134 45
Binary 10110101 1010000 1000 0 111000 1100000 11101 11001 1011100 100101

Color Harmonies of #B55008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55008

Black with #B55008

Text Example


Text Example

White with #B55008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55008; }

 p { color: rgb(181,80,8); }

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

background-color css

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

 a { background-color: rgb(181,80,8); }

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

border-color css

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

 span { border-color: rgb(181,80,8); }

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