Html Css Color HEX #B53414 Rust

📋 copy color: '#B53414'

red 181 ◦ green 52 ◦ blue 20

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

Shades of Rust #B53414

Tints of Rust #B53414

RGB

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

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

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

R = 71.54%
G = 20.55%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B53414 (or 0xB53414) is known color: Rust. HEX triplet: B5, 34 and 14. RGB value is (181,52,20). Sum of RGB (Red+Green+Blue) = 181+52+20=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53414 is #4ACBEB. Grayscale: #575757. Windows color (decimal): -4901868 or 1324213. OLE color: 1324213.

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

Color convert

RGB 181 52 20 -
CMYK 0 0.71 0.89 0.29
HSL 11.93º 0.8% 0.39% -
HSV(B) 11.93º 0.89% 0.71% -
XYZ 20.41 12.33 1.97 -
YUV 86.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 181 52 20 0 0.71 0.89 0.29 11.93 0.8 0.39
Hex B5 34 14 0 47 59 1D C 50 27
Octal 265 64 24 0 107 131 35 14 120 47
Binary 10110101 110100 10100 0 1000111 1011001 11101 1100 1010000 100111

Color Harmonies of #B53414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53414

Black with #B53414

Text Example


Text Example

White with #B53414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53414; }

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

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

background-color css

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

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

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

border-color css

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

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

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