#69100A

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

Shades of Red Oxide #69100A

Tints of Red Oxide #69100A

Color information

#69100A (or 0x69100A) is unknown color: approx Red Oxide. HEX triplet: 69, 10 and 0A. RGB value is (105,16,10). Sum of RGB (Red+Green+Blue) = 105+16+10=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #69100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69100A is #96EFF5. Grayscale: #2A2A2A. Windows color (decimal): -9891830 or 659561. OLE color: 659561.

HSL color Cylindrical-coordinate representation of color #69100A: hue angle of 3.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69100A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1051610-
CMYK00.850.900.59
HSL3.79º82.61%22.55%-
HSV(B)3.79º90.48%41.18%-
XYZ6.073.40.62-
YUV41.93109.99172.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.15%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=80.15%
G=12.21%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105161000.850.900.593.7982.6122.55
Hex6910A0555A3B45317
Octal1512012012513273412327
Binary1101001100001010010101011011010111011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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