Html Css Color HEX #B64220 Rust

📋 copy color: '#B64220'

red 182 ◦ green 66 ◦ blue 32

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

Shades of Rust #B64220

Tints of Rust #B64220

RGB

 RED value IS 182 (71.48% from 255) = 65%

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 65%
G = 23.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64220 (or 0xB64220) is known color: Rust. HEX triplet: B6, 42 and 20. RGB value is (182,66,32). Sum of RGB (Red+Green+Blue) = 182+66+32=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64220 is #49BDDF. Grayscale: #616161. Windows color (decimal): -4832736 or 2114230. OLE color: 2114230.

HSL color Cylindrical-coordinate representation of color #B64220: hue angle of 13.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B64220 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 32 -
CMYK 0 0.64 0.82 0.29
HSL 13.6º 0.7% 0.42% -
HSV(B) 13.6º 0.82% 0.71% -
XYZ 21.5 13.95 2.93 -
YUV 96.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 182 66 32 0 0.64 0.82 0.29 13.6 0.7 0.42
Hex B6 42 20 0 40 52 1D E 46 2A
Octal 266 102 40 0 100 122 35 16 106 52
Binary 10110110 1000010 100000 0 1000000 1010010 11101 1110 1000110 101010

Color Harmonies of #B64220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64220

Black with #B64220

Text Example


Text Example

White with #B64220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64220; }

 p { color: rgb(182,66,32); }

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

background-color css

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

 a { background-color: rgb(182,66,32); }

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

border-color css

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

 span { border-color: rgb(182,66,32); }

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