Html Css Color HEX #0C0A02 Maire

📋 copy color: '#0C0A02'

red 12 ◦ green 10 ◦ blue 2

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

Shades of Maire #0C0A02

Tints of Maire #0C0A02

RGB

 RED value IS 12 (5.08% from 255) = 50%

 GREEN value IS 10 (4.3% from 255) = 41.67%

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

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#0C0A02 (or 0x0C0A02) is known color: Maire. HEX triplet: 0C, 0A and 02. RGB value is (12,10,2). Sum of RGB (Red+Green+Blue) = 12+10+2=24 (3% of max value = 765). Red value is 12 (5.08% from 255 or 50% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A02 is #F3F5FD. Grayscale: #090909. Windows color (decimal): -15988222 or 133644. OLE color: 133644.

HSL color Cylindrical-coordinate representation of color #0C0A02: hue angle of 48º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0A02 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 10 2 -
CMYK 0 0.17 0.83 0.95
HSL 48º 0.71% 0.03% -
HSV(B) 48º 0.83% 0.05% -
XYZ 0.27 0.3 0.1 -
YUV 9.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 12 10 2 0 0.17 0.83 0.95 48 0.71 0.03
Hex C A 2 0 11 53 5F 30 47 3
Octal 14 12 2 0 21 123 137 60 107 3
Binary 1100 1010 10 0 10001 1010011 1011111 110000 1000111 11

Color Harmonies of #0C0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A02

Black with #0C0A02

Text Example


Text Example

White with #0C0A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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