Html Css Color HEX #B55612 Rust

📋 copy color: '#B55612'

red 181 ◦ green 86 ◦ blue 18

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

Shades of Rust #B55612

Tints of Rust #B55612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 63.51%
G = 30.18%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B55612 (or 0xB55612) is known color: Rust. HEX triplet: B5, 56 and 12. RGB value is (181,86,18). Sum of RGB (Red+Green+Blue) = 181+86+18=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B55612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55612 is #4AA9ED. Grayscale: #6B6B6B. Windows color (decimal): -4893166 or 1201845. OLE color: 1201845.

HSL color Cylindrical-coordinate representation of color #B55612: hue angle of 25.03º 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 #B55612 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 86 18 -
CMYK 0 0.52 0.90 0.29
HSL 25.03º 0.82% 0.39% -
HSV(B) 25.03º 0.9% 0.71% -
XYZ 22.49 16.52 2.58 -
YUV 106.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 181 86 18 0 0.52 0.90 0.29 25.03 0.82 0.39
Hex B5 56 12 0 34 5A 1D 19 52 27
Octal 265 126 22 0 64 132 35 31 122 47
Binary 10110101 1010110 10010 0 110100 1011010 11101 11001 1010010 100111

Color Harmonies of #B55612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55612

Black with #B55612

Text Example


Text Example

White with #B55612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55612; }

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

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

background-color css

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

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

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

border-color css

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

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

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