Html Css Color HEX #B53914 Rust

📋 copy color: '#B53914'

red 181 ◦ green 57 ◦ blue 20

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

Shades of Rust #B53914

Tints of Rust #B53914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 70.16%
G = 22.09%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B53914 (or 0xB53914) is known color: Rust. HEX triplet: B5, 39 and 14. RGB value is (181,57,20). Sum of RGB (Red+Green+Blue) = 181+57+20=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53914 is #4AC6EB. Grayscale: #5A5A5A. Windows color (decimal): -4900588 or 1325493. OLE color: 1325493.

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

Color convert

RGB 181 57 20 -
CMYK 0 0.69 0.89 0.29
HSL 13.79º 0.8% 0.39% -
HSV(B) 13.79º 0.89% 0.71% -
XYZ 20.65 12.8 2.04 -
YUV 89.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 181 57 20 0 0.69 0.89 0.29 13.79 0.8 0.39
Hex B5 39 14 0 45 59 1D E 50 27
Octal 265 71 24 0 105 131 35 16 120 47
Binary 10110101 111001 10100 0 1000101 1011001 11101 1110 1010000 100111

Color Harmonies of #B53914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53914

Black with #B53914

Text Example


Text Example

White with #B53914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53914; }

 p { color: rgb(181,57,20); }

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

background-color css

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

 a { background-color: rgb(181,57,20); }

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

border-color css

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

 span { border-color: rgb(181,57,20); }

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