Html Css Color HEX #B45210 Rust

📋 copy color: '#B45210'

red 180 ◦ green 82 ◦ blue 16

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

Shades of Rust #B45210

Tints of Rust #B45210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 64.75%
G = 29.5%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B45210 (or 0xB45210) is known color: Rust. HEX triplet: B4, 52 and 10. RGB value is (180,82,16). Sum of RGB (Red+Green+Blue) = 180+82+16=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B45210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45210 is #4BADEF. Grayscale: #686868. Windows color (decimal): -4959728 or 1069748. OLE color: 1069748.

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

Color convert

RGB 180 82 16 -
CMYK 0 0.54 0.91 0.29
HSL 24.15º 0.84% 0.38% -
HSV(B) 24.15º 0.91% 0.71% -
XYZ 21.93 15.78 2.38 -
YUV 103.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 180 82 16 0 0.54 0.91 0.29 24.15 0.84 0.38
Hex B4 52 10 0 36 5B 1D 18 54 26
Octal 264 122 20 0 66 133 35 30 124 46
Binary 10110100 1010010 10000 0 110110 1011011 11101 11000 1010100 100110

Color Harmonies of #B45210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45210

Black with #B45210

Text Example


Text Example

White with #B45210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45210; }

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

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

background-color css

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

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

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

border-color css

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

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

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