Html Css Color HEX #B53216 Rust

📋 copy color: '#B53216'

red 181 ◦ green 50 ◦ blue 22

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

Shades of Rust #B53216

Tints of Rust #B53216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 71.54%
G = 19.76%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B53216 (or 0xB53216) is known color: Rust. HEX triplet: B5, 32 and 16. RGB value is (181,50,22). Sum of RGB (Red+Green+Blue) = 181+50+22=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53216 is #4ACDE9. Grayscale: #565656. Windows color (decimal): -4902378 or 1454773. OLE color: 1454773.

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

Color convert

RGB 181 50 22 -
CMYK 0 0.72 0.88 0.29
HSL 10.57º 0.78% 0.4% -
HSV(B) 10.57º 0.88% 0.71% -
XYZ 20.34 12.16 2.03 -
YUV 85.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 181 50 22 0 0.72 0.88 0.29 10.57 0.78 0.4
Hex B5 32 16 0 48 58 1D B 4E 28
Octal 265 62 26 0 110 130 35 13 116 50
Binary 10110101 110010 10110 0 1001000 1011000 11101 1011 1001110 101000

Color Harmonies of #B53216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53216

Black with #B53216

Text Example


Text Example

White with #B53216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53216; }

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

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

background-color css

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

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

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

border-color css

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

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

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