Html Css Color HEX #0A0801 Maire

📋 copy color: '#0A0801'

red 10 ◦ green 8 ◦ blue 1

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

Shades of Maire #0A0801

Tints of Maire #0A0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 42.11%

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

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#0A0801 (or 0x0A0801) is known color: Maire. HEX triplet: 0A, 08 and 01. RGB value is (10,8,1). Sum of RGB (Red+Green+Blue) = 10+8+1=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0801 is #F5F7FE. Grayscale: #070707. Windows color (decimal): -16119807 or 67594. OLE color: 67594.

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

Color convert

RGB 10 8 1 -
CMYK 0 0.2 0.90 0.96
HSL 46.67º 0.82% 0.02% -
HSV(B) 46.67º 0.9% 0.04% -
XYZ 0.22 0.24 0.06 -
YUV 7.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 10 8 1 0 0.2 0.90 0.96 46.67 0.82 0.02
Hex A 8 1 0 14 5A 60 2F 52 2
Octal 12 10 1 0 24 132 140 57 122 2
Binary 1010 1000 1 0 10100 1011010 1100000 101111 1010010 10

Color Harmonies of #0A0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0801

Black with #0A0801

Text Example


Text Example

White with #0A0801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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