Html Css Color HEX #0A0608 Rustic Red

📋 copy color: '#0A0608'

red 10 ◦ green 6 ◦ blue 8

#0A0608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #0A0608

Tints of Rustic Red #0A0608

RGB

 RED value IS 10 (4.3% 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 value IS 0

 M value IS 0.4

 Y value IS 0.2

 K value IS 0.96

RGB Variations

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

Color information

#0A0608 (or 0x0A0608) is known color: 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

RGB 10 6 8 -
CMYK 0 0.4 0.2 0.96
HSL 330º 0.25% 0.03% -
HSV(B) 330º 0.4% 0.04% -
XYZ 0.23 0.21 0.26 -
YUV 7.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 10 6 8 0 0.4 0.2 0.96 330 0.25 0.03
Hex A 6 8 0 28 14 60 14A 19 3
Octal 12 6 10 0 50 24 140 512 31 3
Binary 1010 110 1000 0 101000 10100 1100000 101001010 11001 11

Color Harmonies of #0A0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0608

Black with #0A0608

Text Example


Text Example

White with #0A0608

Text Example


Text Example

HTML Codes & Css Web 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>