Html Css Color HEX #0A0005 Rustic Red

📋 copy color: '#0A0005'

red 10 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #0A0005

Tints of Rustic Red #0A0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#0A0005 (or 0x0A0005) is known color: Rustic Red. HEX triplet: 0A, 00 and 05. RGB value is (10,0,5). Sum of RGB (Red+Green+Blue) = 10+0+5=15 (1% of max value = 765). Red value is 10 (4.30% from 255 or 66.67% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0005 is #F5FFFA. Grayscale: #030303. Windows color (decimal): -16121851 or 327690. OLE color: 327690.

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

Color convert

RGB 10 0 5 -
CMYK 0 1 0.50 0.96
HSL 330º 1% 0.02% -
HSV(B) 330º 1% 0.04% -
XYZ 0.15 0.08 0.15 -
YUV 3.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 10 0 5 0 1 0.50 0.96 330 1 0.02
Hex A 0 5 0 64 32 60 14A 64 2
Octal 12 0 5 0 144 62 140 512 144 2
Binary 1010 0 101 0 1100100 110010 1100000 101001010 1100100 10

Color Harmonies of #0A0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0005

Black with #0A0005

Text Example


Text Example

White with #0A0005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,5); }

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

background-color css

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

 a { background-color: rgb(10,0,5); }

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

border-color css

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

 span { border-color: rgb(10,0,5); }

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