Html Css Color HEX #B64213 Rust

📋 copy color: '#B64213'

red 182 ◦ green 66 ◦ blue 19

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

Shades of Rust #B64213

Tints of Rust #B64213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 68.16%
G = 24.72%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64213 (or 0xB64213) is known color: Rust. HEX triplet: B6, 42 and 13. RGB value is (182,66,19). Sum of RGB (Red+Green+Blue) = 182+66+19=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64213 is #49BDEC. Grayscale: #5F5F5F. Windows color (decimal): -4832749 or 1262262. OLE color: 1262262.

HSL color Cylindrical-coordinate representation of color #B64213: hue angle of 17.3º degrees, saturation: 0.81, 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 #B64213 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 19 -
CMYK 0 0.64 0.90 0.29
HSL 17.3º 0.81% 0.39% -
HSV(B) 17.3º 0.9% 0.71% -
XYZ 21.36 13.89 2.17 -
YUV 95.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 182 66 19 0 0.64 0.90 0.29 17.3 0.81 0.39
Hex B6 42 13 0 40 5A 1D 11 51 27
Octal 266 102 23 0 100 132 35 21 121 47
Binary 10110110 1000010 10011 0 1000000 1011010 11101 10001 1010001 100111

Color Harmonies of #B64213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64213

Black with #B64213

Text Example


Text Example

White with #B64213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64213; }

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

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

background-color css

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

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

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

border-color css

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

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

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