Html Css Color HEX #B45012 Rust

📋 copy color: '#B45012'

red 180 ◦ green 80 ◦ blue 18

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

Shades of Rust #B45012

Tints of Rust #B45012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 64.75%
G = 28.78%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B45012 (or 0xB45012) is known color: Rust. HEX triplet: B4, 50 and 12. RGB value is (180,80,18). Sum of RGB (Red+Green+Blue) = 180+80+18=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B45012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45012 is #4BAFED. Grayscale: #676767. Windows color (decimal): -4960238 or 1200308. OLE color: 1200308.

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

Color convert

RGB 180 80 18 -
CMYK 0 0.56 0.9 0.29
HSL 22.96º 0.82% 0.39% -
HSV(B) 22.96º 0.9% 0.71% -
XYZ 21.8 15.48 2.41 -
YUV 102.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 180 80 18 0 0.56 0.9 0.29 22.96 0.82 0.39
Hex B4 50 12 0 38 5A 1D 17 52 27
Octal 264 120 22 0 70 132 35 27 122 47
Binary 10110100 1010000 10010 0 111000 1011010 11101 10111 1010010 100111

Color Harmonies of #B45012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45012

Black with #B45012

Text Example


Text Example

White with #B45012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45012; }

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

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

background-color css

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

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

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

border-color css

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

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

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