Html Css Color HEX #B54612 Rust

📋 copy color: '#B54612'

red 181 ◦ green 70 ◦ blue 18

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

Shades of Rust #B54612

Tints of Rust #B54612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 67.29%
G = 26.02%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B54612 (or 0xB54612) is known color: Rust. HEX triplet: B5, 46 and 12. RGB value is (181,70,18). Sum of RGB (Red+Green+Blue) = 181+70+18=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B54612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54612 is #4AB9ED. Grayscale: #616161. Windows color (decimal): -4897262 or 1197749. OLE color: 1197749.

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

Color convert

RGB 181 70 18 -
CMYK 0 0.61 0.90 0.29
HSL 19.14º 0.82% 0.39% -
HSV(B) 19.14º 0.9% 0.71% -
XYZ 21.36 14.25 2.2 -
YUV 97.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 181 70 18 0 0.61 0.90 0.29 19.14 0.82 0.39
Hex B5 46 12 0 3D 5A 1D 13 52 27
Octal 265 106 22 0 75 132 35 23 122 47
Binary 10110101 1000110 10010 0 111101 1011010 11101 10011 1010010 100111

Color Harmonies of #B54612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54612

Black with #B54612

Text Example


Text Example

White with #B54612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54612; }

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

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

background-color css

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

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

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

border-color css

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

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

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