#0A0608

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

Shades of Rustic Red #0A0608

Tints of Rustic Red #0A0608

Color information

#0A0608 (or 0x0A0608) is unknown color: approx Rustic Red. HEX triplet: 0A, 06 and 08. RGB value is (10,6,8). Sum of RGB (Red+Green+Blue) = 10+6+8=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0608 is #F5F9F7. Grayscale: #070707. Windows color (decimal): -16120312 or 525834. OLE color: 525834.

HSL color Cylindrical-coordinate representation of color #0A0608: hue angle of 330º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0A0608 is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.96.

Color convert

RGB1068-
CMYK00.40.20.96
HSL330º25%3.14%-
HSV(B)330º40%3.92%-
XYZ0.230.210.26-
YUV7.42128.33129.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.2
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal106800.40.20.96330253.14
HexA68028146014a193
Octal1261005024140512313
Binary1010110100001010001010011000001010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0608; }

 p { color: rgb(10,6,8); }

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

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

 a { background-color: rgb(10,6,8); }

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

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

 span { border-color: rgb(10,6,8); }

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