Html Css Color HEX #0A0206 Rustic Red

📋 copy color: '#0A0206'

red 10 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #0A0206

Tints of Rustic Red #0A0206

RGB

 RED value IS 10 (4.3% from 255) = 55.56%

 GREEN value IS 2 (1.17% from 255) = 11.11%

 BLUE value IS 6 (2.73% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.4

 K value IS 0.96

RGB Variations

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

Color information

#0A0206 (or 0x0A0206) is known color: Rustic Red. HEX triplet: 0A, 02 and 06. RGB value is (10,2,6). Sum of RGB (Red+Green+Blue) = 10+2+6=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 6 (2.73% from 255 or 33.33% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0206 is #F5FDF9. Grayscale: #040404. Windows color (decimal): -16121338 or 393738. OLE color: 393738.

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

Color convert

RGB 10 2 6 -
CMYK 0 0.8 0.4 0.96
HSL 330º 0.67% 0.02% -
HSV(B) 330º 0.8% 0.04% -
XYZ 0.18 0.12 0.19 -
YUV 4.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 10 2 6 0 0.8 0.4 0.96 330 0.67 0.02
Hex A 2 6 0 50 28 60 14A 43 2
Octal 12 2 6 0 120 50 140 512 103 2
Binary 1010 10 110 0 1010000 101000 1100000 101001010 1000011 10

Color Harmonies of #0A0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0206

Black with #0A0206

Text Example


Text Example

White with #0A0206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0206;
 }
 .AnyTagClassName
 {
   color: #0A0206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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