#6A1818

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

Shades of Red Oxide #6A1818

Tints of Red Oxide #6A1818

Color information

#6A1818 (or 0x6A1818) is unknown color: approx Red Oxide. HEX triplet: 6A, 18 and 18. RGB value is (106,24,24). Sum of RGB (Red+Green+Blue) = 106+24+24=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1818 is #95E7E7. Grayscale: #303030. Windows color (decimal): -9824232 or 1579114. OLE color: 1579114.

HSL color Cylindrical-coordinate representation of color #6A1818: hue angle of 0º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1818 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB1062424-
CMYK00.770.770.58
HSL63.08%25.49%-
HSV(B)77.36%41.57%-
XYZ6.443.781.26-
YUV48.52114.17169-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 68.83%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=68.83%
G=15.58%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106242400.770.770.58063.0825.49
Hex6A181804D4D3A03f19
Octal152303001151157207731
Binary11010101100011000010011011001101111010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1818; }

 p { color: rgb(106,24,24); }

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

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

 a { background-color: rgb(106,24,24); }

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

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

 span { border-color: rgb(106,24,24); }

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