Html Css Color HEX #B64212 Rust

📋 copy color: '#B64212'

red 182 ◦ green 66 ◦ blue 18

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

Shades of Rust #B64212

Tints of Rust #B64212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 68.42%
G = 24.81%
B = 6.77%

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

#B64212 (or 0xB64212) is known color: Rust. HEX triplet: B6, 42 and 12. RGB value is (182,66,18). Sum of RGB (Red+Green+Blue) = 182+66+18=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64212 is #49BDED. Grayscale: #5F5F5F. Windows color (decimal): -4832750 or 1196726. OLE color: 1196726.

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

Color convert

RGB 182 66 18 -
CMYK 0 0.64 0.90 0.29
HSL 17.56º 0.82% 0.39% -
HSV(B) 17.56º 0.9% 0.71% -
XYZ 21.35 13.89 2.13 -
YUV 95.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 182 66 18 0 0.64 0.90 0.29 17.56 0.82 0.39
Hex B6 42 12 0 40 5A 1D 12 52 27
Octal 266 102 22 0 100 132 35 22 122 47
Binary 10110110 1000010 10010 0 1000000 1011010 11101 10010 1010010 100111

Color Harmonies of #B64212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64212

Black with #B64212

Text Example


Text Example

White with #B64212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64212; }

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

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

background-color css

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

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

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

border-color css

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

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

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