Html Css Color HEX #B64812 Rust

📋 copy color: '#B64812'

red 182 ◦ green 72 ◦ blue 18

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

Shades of Rust #B64812

Tints of Rust #B64812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 66.91%
G = 26.47%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64812 (or 0xB64812) is known color: Rust. HEX triplet: B6, 48 and 12. RGB value is (182,72,18). Sum of RGB (Red+Green+Blue) = 182+72+18=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64812 is #49B7ED. Grayscale: #636363. Windows color (decimal): -4831214 or 1198262. OLE color: 1198262.

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

Color convert

RGB 182 72 18 -
CMYK 0 0.60 0.90 0.29
HSL 19.76º 0.82% 0.39% -
HSV(B) 19.76º 0.9% 0.71% -
XYZ 21.72 14.62 2.25 -
YUV 98.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 182 72 18 0 0.60 0.90 0.29 19.76 0.82 0.39
Hex B6 48 12 0 3C 5A 1D 14 52 27
Octal 266 110 22 0 74 132 35 24 122 47
Binary 10110110 1001000 10010 0 111100 1011010 11101 10100 1010010 100111

Color Harmonies of #B64812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64812

Black with #B64812

Text Example


Text Example

White with #B64812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64812; }

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

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

background-color css

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

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

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

border-color css

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

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

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