Html Css Color HEX #0A0900 Maire

📋 copy color: '#0A0900'

red 10 ◦ green 9 ◦ blue 0

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

Shades of Maire #0A0900

Tints of Maire #0A0900

RGB

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

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

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

R = 52.63%
G = 47.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0A0900 (or 0x0A0900) is known color: Maire. HEX triplet: 0A, 09 and 00. RGB value is (10,9,0). Sum of RGB (Red+Green+Blue) = 10+9+0=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 9 (3.91% from 255 or 47.37% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0900 is #F5F6FF. Grayscale: #080808. Windows color (decimal): -16119552 or 2314. OLE color: 2314.

HSL color Cylindrical-coordinate representation of color #0A0900: hue angle of 54º 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 #0A0900 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 9 0 -
CMYK 0 0.10 1 0.96
HSL 54º 1% 0.02% -
HSV(B) 54º 1% 0.04% -
XYZ 0.22 0.26 0.04 -
YUV 8.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 10 9 0 0 0.10 1 0.96 54 1 0.02
Hex A 9 0 0 A 64 60 36 64 2
Octal 12 11 0 0 12 144 140 66 144 2
Binary 1010 1001 0 0 1010 1100100 1100000 110110 1100100 10

Color Harmonies of #0A0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0900

Black with #0A0900

Text Example


Text Example

White with #0A0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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