Html Css Color HEX #12000A Rustic Red

📋 copy color: '#12000A'

red 18 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #12000A

Tints of Rustic Red #12000A

RGB

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

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

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

R = 64.29%
G = 0%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#12000A (or 0x12000A) is known color: Rustic Red. HEX triplet: 12, 00 and 0A. RGB value is (18,0,10). Sum of RGB (Red+Green+Blue) = 18+0+10=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #12000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000A is #EDFFF5. Grayscale: #060606. Windows color (decimal): -15597558 or 655378. OLE color: 655378.

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

Color convert

RGB 18 0 10 -
CMYK 0 1 0.44 0.93
HSL 326.67º 1% 0.04% -
HSV(B) 326.67º 1% 0.07% -
XYZ 0.3 0.15 0.3 -
YUV 6.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 18 0 10 0 1 0.44 0.93 326.67 1 0.04
Hex 12 0 A 0 64 2C 5D 147 64 4
Octal 22 0 12 0 144 54 135 507 144 4
Binary 10010 0 1010 0 1100100 101100 1011101 101000111 1100100 100

Color Harmonies of #12000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12000A

Black with #12000A

Text Example


Text Example

White with #12000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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