Html Css Color HEX #B55512 Rust

📋 copy color: '#B55512'

red 181 ◦ green 85 ◦ blue 18

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

Shades of Rust #B55512

Tints of Rust #B55512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 63.73%
G = 29.93%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B55512 (or 0xB55512) is known color: Rust. HEX triplet: B5, 55 and 12. RGB value is (181,85,18). Sum of RGB (Red+Green+Blue) = 181+85+18=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B55512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55512 is #4AAAED. Grayscale: #6A6A6A. Windows color (decimal): -4893422 or 1201589. OLE color: 1201589.

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

Color convert

RGB 181 85 18 -
CMYK 0 0.53 0.90 0.29
HSL 24.66º 0.82% 0.39% -
HSV(B) 24.66º 0.9% 0.71% -
XYZ 22.41 16.36 2.55 -
YUV 106.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 181 85 18 0 0.53 0.90 0.29 24.66 0.82 0.39
Hex B5 55 12 0 35 5A 1D 19 52 27
Octal 265 125 22 0 65 132 35 31 122 47
Binary 10110101 1010101 10010 0 110101 1011010 11101 11001 1010010 100111

Color Harmonies of #B55512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55512

Black with #B55512

Text Example


Text Example

White with #B55512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55512; }

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

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

background-color css

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

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

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

border-color css

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

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

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