Html Css Color HEX #B53210 Rust

📋 copy color: '#B53210'

red 181 ◦ green 50 ◦ blue 16

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

Shades of Rust #B53210

Tints of Rust #B53210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 73.28%
G = 20.24%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B53210 (or 0xB53210) is known color: Rust. HEX triplet: B5, 32 and 10. RGB value is (181,50,16). Sum of RGB (Red+Green+Blue) = 181+50+16=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B53210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53210 is #4ACDEF. Grayscale: #555555. Windows color (decimal): -4902384 or 1061557. OLE color: 1061557.

HSL color Cylindrical-coordinate representation of color #B53210: hue angle of 12.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53210 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 16 -
CMYK 0 0.72 0.91 0.29
HSL 12.36º 0.84% 0.39% -
HSV(B) 12.36º 0.91% 0.71% -
XYZ 20.29 12.14 1.76 -
YUV 85.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 181 50 16 0 0.72 0.91 0.29 12.36 0.84 0.39
Hex B5 32 10 0 48 5B 1D C 54 27
Octal 265 62 20 0 110 133 35 14 124 47
Binary 10110101 110010 10000 0 1001000 1011011 11101 1100 1010100 100111

Color Harmonies of #B53210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53210

Black with #B53210

Text Example


Text Example

White with #B53210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53210; }

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

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

background-color css

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

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

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

border-color css

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

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

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