#65100A

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

Shades of Red Oxide #65100A

Tints of Red Oxide #65100A

Color information

#65100A (or 0x65100A) is unknown color: approx Red Oxide. HEX triplet: 65, 10 and 0A. RGB value is (101,16,10). Sum of RGB (Red+Green+Blue) = 101+16+10=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #65100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65100A is #9AEFF5. Grayscale: #282828. Windows color (decimal): -10153974 or 659557. OLE color: 659557.

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

Color convert

RGB1011610-
CMYK00.840.900.60
HSL3.96º81.98%21.76%-
HSV(B)3.96º90.1%39.61%-
XYZ5.613.160.6-
YUV40.73110.66170.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 79.53%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=79.53%
G=12.60%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101161000.840.900.603.9681.9821.76
Hex6510A0545A3C45216
Octal1452012012413274412226
Binary1100101100001010010101001011010111100100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65100A; }

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

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

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

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

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

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

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

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