#6E1A1A

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

Shades of Red Oxide #6E1A1A

Tints of Red Oxide #6E1A1A

Color information

#6E1A1A (or 0x6E1A1A) is unknown color: approx Red Oxide. HEX triplet: 6E, 1A and 1A. RGB value is (110,26,26). Sum of RGB (Red+Green+Blue) = 110+26+26=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A1A is #91E5E5. Grayscale: #333333. Windows color (decimal): -9561574 or 1710702. OLE color: 1710702.

HSL color Cylindrical-coordinate representation of color #6E1A1A: hue angle of 0º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A1A is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1102626-
CMYK00.760.760.57
HSL61.76%26.67%-
HSV(B)76.36%43.14%-
XYZ6.994.131.41-
YUV51.12113.83170-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.90%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=67.90%
G=16.05%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110262600.760.760.57061.7626.67
Hex6E1A1A04C4C3903e1b
Octal156323201141147107633
Binary11011101101011010010011001001100111001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,26); }

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

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

 a { background-color: rgb(110,26,26); }

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

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

 span { border-color: rgb(110,26,26); }

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