Html Css Color HEX #B54112 Rust

📋 copy color: '#B54112'

red 181 ◦ green 65 ◦ blue 18

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

Shades of Rust #B54112

Tints of Rust #B54112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

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

R = 68.56%
G = 24.62%
B = 6.82%

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

#B54112 (or 0xB54112) is known color: Rust. HEX triplet: B5, 41 and 12. RGB value is (181,65,18). Sum of RGB (Red+Green+Blue) = 181+65+18=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B54112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54112 is #4ABEED. Grayscale: #5E5E5E. Windows color (decimal): -4898542 or 1196469. OLE color: 1196469.

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

Color convert

RGB 181 65 18 -
CMYK 0 0.64 0.90 0.29
HSL 17.3º 0.82% 0.39% -
HSV(B) 17.3º 0.9% 0.71% -
XYZ 21.06 13.65 2.1 -
YUV 94.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 181 65 18 0 0.64 0.90 0.29 17.3 0.82 0.39
Hex B5 41 12 0 40 5A 1D 11 52 27
Octal 265 101 22 0 100 132 35 21 122 47
Binary 10110101 1000001 10010 0 1000000 1011010 11101 10001 1010010 100111

Color Harmonies of #B54112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54112

Black with #B54112

Text Example


Text Example

White with #B54112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54112; }

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

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

background-color css

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

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

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

border-color css

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

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

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