Html Css Color HEX #B64620 Rust

📋 copy color: '#B64620'

red 182 ◦ green 70 ◦ blue 32

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

Shades of Rust #B64620

Tints of Rust #B64620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 64.08%
G = 24.65%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B64620 (or 0xB64620) is known color: Rust. HEX triplet: B6, 46 and 20. RGB value is (182,70,32). Sum of RGB (Red+Green+Blue) = 182+70+32=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B64620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64620 is #49B9DF. Grayscale: #636363. Windows color (decimal): -4831712 or 2115254. OLE color: 2115254.

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

Color convert

RGB 182 70 32 -
CMYK 0 0.62 0.82 0.29
HSL 15.2º 0.7% 0.42% -
HSV(B) 15.2º 0.82% 0.71% -
XYZ 21.74 14.43 3.01 -
YUV 99.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 182 70 32 0 0.62 0.82 0.29 15.2 0.7 0.42
Hex B6 46 20 0 3E 52 1D F 46 2A
Octal 266 106 40 0 76 122 35 17 106 52
Binary 10110110 1000110 100000 0 111110 1010010 11101 1111 1000110 101010

Color Harmonies of #B64620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64620

Black with #B64620

Text Example


Text Example

White with #B64620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64620; }

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

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

background-color css

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

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

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

border-color css

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

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

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