#662626

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

Shades of Red Oxide #662626

Tints of Red Oxide #662626

Color information

#662626 (or 0x662626) is unknown color: approx Red Oxide. HEX triplet: 66, 26 and 26. RGB value is (102,38,38). Sum of RGB (Red+Green+Blue) = 102+38+38=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #662626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662626 is #99D9D9. Grayscale: #393939. Windows color (decimal): -10082778 or 2500198. OLE color: 2500198.

HSL color Cylindrical-coordinate representation of color #662626: hue angle of 0º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662626 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1023838-
CMYK00.630.630.6
HSL45.71%27.45%-
HSV(B)62.75%40%-
XYZ6.524.352.33-
YUV57.14117.2160-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=57.30%
G=21.35%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102383800.630.630.6045.7127.45
Hex66262603F3F3C02e1b
Octal1464646077777405633
Binary11001101001101001100111111111111111100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662626; }

 p { color: rgb(102,38,38); }

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

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

 a { background-color: rgb(102,38,38); }

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

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

 span { border-color: rgb(102,38,38); }

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