#67130C

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

Shades of Red Oxide #67130C

Tints of Red Oxide #67130C

Color information

#67130C (or 0x67130C) is unknown color: approx Red Oxide. HEX triplet: 67, 13 and 0C. RGB value is (103,19,12). Sum of RGB (Red+Green+Blue) = 103+19+12=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67130C is #98ECF3. Grayscale: #2B2B2B. Windows color (decimal): -10022132 or 791399. OLE color: 791399.

HSL color Cylindrical-coordinate representation of color #67130C: hue angle of 4.62º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67130C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1031912-
CMYK00.820.880.60
HSL4.62º79.13%22.55%-
HSV(B)4.62º88.35%40.39%-
XYZ5.893.380.69-
YUV43.32110.33170.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.87%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=76.87%
G=14.18%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103191200.820.880.604.6279.1322.55
Hex6713C052583C54f17
Octal1472314012213074511727
Binary1100111100111100010100101011000111100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67130C; }

 p { color: rgb(103,19,12); }

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

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

 a { background-color: rgb(103,19,12); }

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

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

 span { border-color: rgb(103,19,12); }

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