#651210

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

Shades of Red Oxide #651210

Tints of Red Oxide #651210

Color information

#651210 (or 0x651210) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 10. RGB value is (101,18,16). Sum of RGB (Red+Green+Blue) = 101+18+16=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651210 is #9AEDEF. Grayscale: #2A2A2A. Windows color (decimal): -10153456 or 1053285. OLE color: 1053285.

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

Color convert

RGB1011816-
CMYK00.820.840.60
HSL1.41º72.65%22.94%-
HSV(B)1.41º84.16%39.61%-
XYZ5.683.240.82-
YUV42.59113169.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=74.81%
G=13.33%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101181600.820.840.601.4172.6522.94
Hex651210052543C14917
Octal1452220012212474111127
Binary110010110010100000101001010101001111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651210; }

 p { color: rgb(101,18,16); }

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

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

 a { background-color: rgb(101,18,16); }

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

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

 span { border-color: rgb(101,18,16); }

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