Html Css Color HEX #0A0901 Maire

📋 copy color: '#0A0901'

red 10 ◦ green 9 ◦ blue 1

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

Shades of Maire #0A0901

Tints of Maire #0A0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 45%

 BLUE value IS 1 (0.78% from 255) = 5%

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#0A0901 (or 0x0A0901) is known color: Maire. HEX triplet: 0A, 09 and 01. RGB value is (10,9,1). Sum of RGB (Red+Green+Blue) = 10+9+1=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0901 is #F5F6FE. Grayscale: #080808. Windows color (decimal): -16119551 or 67850. OLE color: 67850.

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

Color convert

RGB 10 9 1 -
CMYK 0 0.10 0.90 0.96
HSL 53.33º 0.82% 0.02% -
HSV(B) 53.33º 0.9% 0.04% -
XYZ 0.23 0.26 0.07 -
YUV 8.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 10 9 1 0 0.10 0.90 0.96 53.33 0.82 0.02
Hex A 9 1 0 A 5A 60 35 52 2
Octal 12 11 1 0 12 132 140 65 122 2
Binary 1010 1001 1 0 1010 1011010 1100000 110101 1010010 10

Color Harmonies of #0A0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0901

Black with #0A0901

Text Example


Text Example

White with #0A0901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,1); }

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

background-color css

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

 a { background-color: rgb(10,9,1); }

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

border-color css

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

 span { border-color: rgb(10,9,1); }

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