Html Css Color HEX #B53516 Rust

📋 copy color: '#B53516'

red 181 ◦ green 53 ◦ blue 22

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

Shades of Rust #B53516

Tints of Rust #B53516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 70.7%
G = 20.7%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B53516 (or 0xB53516) is known color: Rust. HEX triplet: B5, 35 and 16. RGB value is (181,53,22). Sum of RGB (Red+Green+Blue) = 181+53+22=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B53516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53516 is #4ACAE9. Grayscale: #575757. Windows color (decimal): -4901610 or 1455541. OLE color: 1455541.

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

Color convert

RGB 181 53 22 -
CMYK 0 0.71 0.88 0.29
HSL 11.7º 0.78% 0.4% -
HSV(B) 11.7º 0.88% 0.71% -
XYZ 20.47 12.43 2.08 -
YUV 87.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 181 53 22 0 0.71 0.88 0.29 11.7 0.78 0.4
Hex B5 35 16 0 47 58 1D C 4E 28
Octal 265 65 26 0 107 130 35 14 116 50
Binary 10110101 110101 10110 0 1000111 1011000 11101 1100 1001110 101000

Color Harmonies of #B53516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53516

Black with #B53516

Text Example


Text Example

White with #B53516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53516; }

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

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

background-color css

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

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

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

border-color css

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

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

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