Html Css Color HEX #B53413 Rust

📋 copy color: '#B53413'

red 181 ◦ green 52 ◦ blue 19

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

Shades of Rust #B53413

Tints of Rust #B53413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 71.83%
G = 20.63%
B = 7.54%

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

#B53413 (or 0xB53413) is known color: Rust. HEX triplet: B5, 34 and 13. RGB value is (181,52,19). Sum of RGB (Red+Green+Blue) = 181+52+19=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B53413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53413 is #4ACBEC. Grayscale: #575757. Windows color (decimal): -4901869 or 1258677. OLE color: 1258677.

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

Color convert

RGB 181 52 19 -
CMYK 0 0.71 0.90 0.29
HSL 12.22º 0.81% 0.39% -
HSV(B) 12.22º 0.9% 0.71% -
XYZ 20.4 12.33 1.92 -
YUV 86.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 181 52 19 0 0.71 0.90 0.29 12.22 0.81 0.39
Hex B5 34 13 0 47 5A 1D C 51 27
Octal 265 64 23 0 107 132 35 14 121 47
Binary 10110101 110100 10011 0 1000111 1011010 11101 1100 1010001 100111

Color Harmonies of #B53413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53413

Black with #B53413

Text Example


Text Example

White with #B53413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53413; }

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

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

background-color css

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

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

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

border-color css

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

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

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