#672012

Color #672012 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #672012

Tints of Red Oxide #672012

Color information

#672012 (or 0x672012) is unknown color: approx Red Oxide. HEX triplet: 67, 20 and 12. RGB value is (103,32,18). Sum of RGB (Red+Green+Blue) = 103+32+18=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #672012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672012 is #98DFED. Grayscale: #333333. Windows color (decimal): -10018798 or 1187943. OLE color: 1187943.

HSL color Cylindrical-coordinate representation of color #672012: hue angle of 9.88º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672012 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1033218-
CMYK00.690.830.60
HSL9.88º70.25%23.73%-
HSV(B)9.88º82.52%40.39%-
XYZ6.223.961.01-
YUV51.63109.02164.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=67.32%
G=20.92%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103321800.690.830.609.8870.2523.73
Hex672012045533Ca4618
Octal14740220105123741210630
Binary1100111100000100100100010110100111111001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672012; }

 p { color: rgb(103,32,18); }

 H1.HeaderClassName
 {
   color: #672012;
 }
 .AnyTagClassName
 {
   color: #672012;
 }
</style>
background-color css

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

 a { background-color: rgb(103,32,18); }

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

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

 span { border-color: rgb(103,32,18); }

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