Html Css Color HEX #B54212 Rust

📋 copy color: '#B54212'

red 181 ◦ green 66 ◦ blue 18

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

Shades of Rust #B54212

Tints of Rust #B54212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

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

R = 68.3%
G = 24.91%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B54212 (or 0xB54212) is known color: Rust. HEX triplet: B5, 42 and 12. RGB value is (181,66,18). Sum of RGB (Red+Green+Blue) = 181+66+18=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B54212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54212 is #4ABDED. Grayscale: #5F5F5F. Windows color (decimal): -4898286 or 1196725. OLE color: 1196725.

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

Color convert

RGB 181 66 18 -
CMYK 0 0.64 0.90 0.29
HSL 17.67º 0.82% 0.39% -
HSV(B) 17.67º 0.9% 0.71% -
XYZ 21.11 13.76 2.12 -
YUV 94.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 181 66 18 0 0.64 0.90 0.29 17.67 0.82 0.39
Hex B5 42 12 0 40 5A 1D 12 52 27
Octal 265 102 22 0 100 132 35 22 122 47
Binary 10110101 1000010 10010 0 1000000 1011010 11101 10010 1010010 100111

Color Harmonies of #B54212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54212

Black with #B54212

Text Example


Text Example

White with #B54212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54212; }

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

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

background-color css

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

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

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

border-color css

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

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

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