Html Css Color HEX #B55912 Rust

📋 copy color: '#B55912'

red 181 ◦ green 89 ◦ blue 18

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

Shades of Rust #B55912

Tints of Rust #B55912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 62.85%
G = 30.9%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B55912 (or 0xB55912) is known color: Rust. HEX triplet: B5, 59 and 12. RGB value is (181,89,18). Sum of RGB (Red+Green+Blue) = 181+89+18=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B55912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55912 is #4AA6ED. Grayscale: #6C6C6C. Windows color (decimal): -4892398 or 1202613. OLE color: 1202613.

HSL color Cylindrical-coordinate representation of color #B55912: hue angle of 26.13º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B55912 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 89 18 -
CMYK 0 0.51 0.90 0.29
HSL 26.13º 0.82% 0.39% -
HSV(B) 26.13º 0.9% 0.71% -
XYZ 22.74 17.01 2.66 -
YUV 108.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 181 89 18 0 0.51 0.90 0.29 26.13 0.82 0.39
Hex B5 59 12 0 33 5A 1D 1A 52 27
Octal 265 131 22 0 63 132 35 32 122 47
Binary 10110101 1011001 10010 0 110011 1011010 11101 11010 1010010 100111

Color Harmonies of #B55912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55912

Black with #B55912

Text Example


Text Example

White with #B55912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55912; }

 p { color: rgb(181,89,18); }

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

background-color css

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

 a { background-color: rgb(181,89,18); }

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

border-color css

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

 span { border-color: rgb(181,89,18); }

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