Html Css Color HEX #B53916 Rust

📋 copy color: '#B53916'

red 181 ◦ green 57 ◦ blue 22

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

Shades of Rust #B53916

Tints of Rust #B53916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 69.62%
G = 21.92%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B53916 (or 0xB53916) is known color: Rust. HEX triplet: B5, 39 and 16. RGB value is (181,57,22). Sum of RGB (Red+Green+Blue) = 181+57+22=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B53916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53916 is #4AC6E9. Grayscale: #5A5A5A. Windows color (decimal): -4900586 or 1456565. OLE color: 1456565.

HSL color Cylindrical-coordinate representation of color #B53916: hue angle of 13.21º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B53916 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 22 -
CMYK 0 0.69 0.88 0.29
HSL 13.21º 0.78% 0.4% -
HSV(B) 13.21º 0.88% 0.71% -
XYZ 20.66 12.81 2.14 -
YUV 90.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 181 57 22 0 0.69 0.88 0.29 13.21 0.78 0.4
Hex B5 39 16 0 45 58 1D D 4E 28
Octal 265 71 26 0 105 130 35 15 116 50
Binary 10110101 111001 10110 0 1000101 1011000 11101 1101 1001110 101000

Color Harmonies of #B53916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53916

Black with #B53916

Text Example


Text Example

White with #B53916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53916; }

 p { color: rgb(181,57,22); }

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

background-color css

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

 a { background-color: rgb(181,57,22); }

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

border-color css

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

 span { border-color: rgb(181,57,22); }

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