Html Css Color HEX #B45214 Rust

📋 copy color: '#B45214'

red 180 ◦ green 82 ◦ blue 20

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

Shades of Rust #B45214

Tints of Rust #B45214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 63.83%
G = 29.08%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45214 (or 0xB45214) is known color: Rust. HEX triplet: B4, 52 and 14. RGB value is (180,82,20). Sum of RGB (Red+Green+Blue) = 180+82+20=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45214 is #4BADEB. Grayscale: #686868. Windows color (decimal): -4959724 or 1331892. OLE color: 1331892.

HSL color Cylindrical-coordinate representation of color #B45214: hue angle of 23.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B45214 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 82 20 -
CMYK 0 0.54 0.89 0.29
HSL 23.25º 0.8% 0.39% -
HSV(B) 23.25º 0.89% 0.71% -
XYZ 21.97 15.79 2.55 -
YUV 104.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 180 82 20 0 0.54 0.89 0.29 23.25 0.8 0.39
Hex B4 52 14 0 36 59 1D 17 50 27
Octal 264 122 24 0 66 131 35 27 120 47
Binary 10110100 1010010 10100 0 110110 1011001 11101 10111 1010000 100111

Color Harmonies of #B45214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45214

Black with #B45214

Text Example


Text Example

White with #B45214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45214; }

 p { color: rgb(180,82,20); }

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

background-color css

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

 a { background-color: rgb(180,82,20); }

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

border-color css

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

 span { border-color: rgb(180,82,20); }

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