Html Css Color HEX #B45912 Rust

📋 copy color: '#B45912'

red 180 ◦ green 89 ◦ blue 18

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

Shades of Rust #B45912

Tints of Rust #B45912

RGB

 RED value IS 180 (70.7% from 255) = 62.72%

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 62.72%
G = 31.01%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B45912 (or 0xB45912) is known color: Rust. HEX triplet: B4, 59 and 12. RGB value is (180,89,18). Sum of RGB (Red+Green+Blue) = 180+89+18=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45912 is #4BA6ED. Grayscale: #6C6C6C. Windows color (decimal): -4957934 or 1202612. OLE color: 1202612.

HSL color Cylindrical-coordinate representation of color #B45912: hue angle of 26.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 #B45912 is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 89 18 -
CMYK 0 0.51 0.9 0.29
HSL 26.3º 0.82% 0.39% -
HSV(B) 26.3º 0.9% 0.71% -
XYZ 22.5 16.89 2.65 -
YUV 108.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 180 89 18 0 0.51 0.9 0.29 26.3 0.82 0.39
Hex B4 59 12 0 33 5A 1D 1A 52 27
Octal 264 131 22 0 63 132 35 32 122 47
Binary 10110100 1011001 10010 0 110011 1011010 11101 11010 1010010 100111

Color Harmonies of #B45912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45912

Black with #B45912

Text Example


Text Example

White with #B45912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45912; }

 p { color: rgb(180,89,18); }

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

background-color css

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

 a { background-color: rgb(180,89,18); }

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

border-color css

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

 span { border-color: rgb(180,89,18); }

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