Html Css Color HEX #B53513 Rust

📋 copy color: '#B53513'

red 181 ◦ green 53 ◦ blue 19

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

Shades of Rust #B53513

Tints of Rust #B53513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 71.54%
G = 20.95%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B53513 (or 0xB53513) is known color: Rust. HEX triplet: B5, 35 and 13. RGB value is (181,53,19). Sum of RGB (Red+Green+Blue) = 181+53+19=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53513 is #4ACAEC. Grayscale: #575757. Windows color (decimal): -4901613 or 1258933. OLE color: 1258933.

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

Color convert

RGB 181 53 19 -
CMYK 0 0.71 0.90 0.29
HSL 12.59º 0.81% 0.39% -
HSV(B) 12.59º 0.9% 0.71% -
XYZ 20.45 12.42 1.94 -
YUV 87.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 181 53 19 0 0.71 0.90 0.29 12.59 0.81 0.39
Hex B5 35 13 0 47 5A 1D D 51 27
Octal 265 65 23 0 107 132 35 15 121 47
Binary 10110101 110101 10011 0 1000111 1011010 11101 1101 1010001 100111

Color Harmonies of #B53513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53513

Black with #B53513

Text Example


Text Example

White with #B53513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53513; }

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

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

background-color css

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

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

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

border-color css

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

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

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