Html Css Color HEX #12010A Rustic Red

📋 copy color: '#12010A'

red 18 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #12010A

Tints of Rustic Red #12010A

RGB

 RED value IS 18 (7.42% from 255) = 62.07%

 GREEN value IS 1 (0.78% from 255) = 3.45%

 BLUE value IS 10 (4.3% from 255) = 34.48%

R = 62.07%
G = 3.45%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#12010A (or 0x12010A) is known color: Rustic Red. HEX triplet: 12, 01 and 0A. RGB value is (18,1,10). Sum of RGB (Red+Green+Blue) = 18+1+10=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #12010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010A is #EDFEF5. Grayscale: #070707. Windows color (decimal): -15597302 or 655634. OLE color: 655634.

HSL color Cylindrical-coordinate representation of color #12010A: hue angle of 328.24º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12010A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 1 10 -
CMYK 0 0.94 0.44 0.93
HSL 328.24º 0.89% 0.04% -
HSV(B) 328.24º 0.94% 0.07% -
XYZ 0.32 0.17 0.3 -
YUV 7.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 18 1 10 0 0.94 0.44 0.93 328.24 0.89 0.04
Hex 12 1 A 0 5E 2C 5D 148 59 4
Octal 22 1 12 0 136 54 135 510 131 4
Binary 10010 1 1010 0 1011110 101100 1011101 101001000 1011001 100

Color Harmonies of #12010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12010A

Black with #12010A

Text Example


Text Example

White with #12010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12010A; }

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

 H1.HeaderClassName
 {
   color: #12010A;
 }
 .AnyTagClassName
 {
   color: #12010A;
 }
</style>

background-color css

<style>
 a { background-color: #12010A; }

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

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

border-color css

<style>
 span { border-color: #12010A; }

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

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