Html Css Color HEX #B53412 Rust

📋 copy color: '#B53412'

red 181 ◦ green 52 ◦ blue 18

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

Shades of Rust #B53412

Tints of Rust #B53412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 72.11%
G = 20.72%
B = 7.17%

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

#B53412 (or 0xB53412) is known color: Rust. HEX triplet: B5, 34 and 12. RGB value is (181,52,18). Sum of RGB (Red+Green+Blue) = 181+52+18=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B53412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53412 is #4ACBED. Grayscale: #565656. Windows color (decimal): -4901870 or 1193141. OLE color: 1193141.

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

Color convert

RGB 181 52 18 -
CMYK 0 0.71 0.90 0.29
HSL 12.52º 0.82% 0.39% -
HSV(B) 12.52º 0.9% 0.71% -
XYZ 20.39 12.32 1.88 -
YUV 86.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 181 52 18 0 0.71 0.90 0.29 12.52 0.82 0.39
Hex B5 34 12 0 47 5A 1D D 52 27
Octal 265 64 22 0 107 132 35 15 122 47
Binary 10110101 110100 10010 0 1000111 1011010 11101 1101 1010010 100111

Color Harmonies of #B53412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53412

Black with #B53412

Text Example


Text Example

White with #B53412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53412; }

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

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

background-color css

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

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

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

border-color css

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

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

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