Html Css Color HEX #0A0405 Rustic Red

📋 copy color: '#0A0405'

red 10 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #0A0405

Tints of Rustic Red #0A0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 21.05%

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

R = 52.63%
G = 21.05%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#0A0405 (or 0x0A0405) is known color: Rustic Red. HEX triplet: 0A, 04 and 05. RGB value is (10,4,5). Sum of RGB (Red+Green+Blue) = 10+4+5=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0405 is #F5FBFA. Grayscale: #050505. Windows color (decimal): -16120827 or 328714. OLE color: 328714.

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

Color convert

RGB 10 4 5 -
CMYK 0 0.6 0.50 0.96
HSL 350º 0.43% 0.03% -
HSV(B) 350º 0.6% 0.04% -
XYZ 0.2 0.16 0.16 -
YUV 5.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 10 4 5 0 0.6 0.50 0.96 350 0.43 0.03
Hex A 4 5 0 3C 32 60 15E 2B 3
Octal 12 4 5 0 74 62 140 536 53 3
Binary 1010 100 101 0 111100 110010 1100000 101011110 101011 11

Color Harmonies of #0A0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0405

Black with #0A0405

Text Example


Text Example

White with #0A0405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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