Html Css Color HEX #0A0902 Maire

📋 copy color: '#0A0902'

red 10 ◦ green 9 ◦ blue 2

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

Shades of Maire #0A0902

Tints of Maire #0A0902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 9.52%

R = 47.62%
G = 42.86%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.8

 K value IS 0.96

RGB Variations

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

Color information

#0A0902 (or 0x0A0902) is known color: Maire. HEX triplet: 0A, 09 and 02. RGB value is (10,9,2). Sum of RGB (Red+Green+Blue) = 10+9+2=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0902 is #F5F6FD. Grayscale: #080808. Windows color (decimal): -16119550 or 133386. OLE color: 133386.

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

Color convert

RGB 10 9 2 -
CMYK 0 0.10 0.8 0.96
HSL 52.5º 0.67% 0.02% -
HSV(B) 52.5º 0.8% 0.04% -
XYZ 0.23 0.26 0.1 -
YUV 8.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 10 9 2 0 0.10 0.8 0.96 52.5 0.67 0.02
Hex A 9 2 0 A 50 60 34 43 2
Octal 12 11 2 0 12 120 140 64 103 2
Binary 1010 1001 10 0 1010 1010000 1100000 110100 1000011 10

Color Harmonies of #0A0902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0902

Black with #0A0902

Text Example


Text Example

White with #0A0902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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