#65160A

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

Shades of Red Oxide #65160A

Tints of Red Oxide #65160A

Color information

#65160A (or 0x65160A) is unknown color: approx Red Oxide. HEX triplet: 65, 16 and 0A. RGB value is (101,22,10). Sum of RGB (Red+Green+Blue) = 101+22+10=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65160A is #9AE9F5. Grayscale: #2C2C2C. Windows color (decimal): -10152438 or 661093. OLE color: 661093.

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

Color convert

RGB1012210-
CMYK00.780.900.60
HSL7.91º81.98%21.76%-
HSV(B)7.91º90.1%39.61%-
XYZ5.713.360.64-
YUV44.25108.67168.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=75.94%
G=16.54%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101221000.780.900.607.9181.9821.76
Hex6516A04E5A3C85216
Octal14526120116132741012226
Binary11001011011010100100111010110101111001000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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