Html Css Color HEX #120003 Rustic Red

📋 copy color: '#120003'

red 18 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #120003

Tints of Rustic Red #120003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120003 (or 0x120003) is known color: Rustic Red. HEX triplet: 12, 00 and 03. RGB value is (18,0,3). Sum of RGB (Red+Green+Blue) = 18+0+3=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120003 is #EDFFFC. Grayscale: #050505. Windows color (decimal): -15597565 or 196626. OLE color: 196626.

HSL color Cylindrical-coordinate representation of color #120003: hue angle of 350º 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 #120003 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 0 3 -
CMYK 0 1 0.83 0.93
HSL 350º 1% 0.04% -
HSV(B) 350º 1% 0.07% -
XYZ 0.27 0.14 0.1 -
YUV 5.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 18 0 3 0 1 0.83 0.93 350 1 0.04
Hex 12 0 3 0 64 53 5D 15E 64 4
Octal 22 0 3 0 144 123 135 536 144 4
Binary 10010 0 11 0 1100100 1010011 1011101 101011110 1100100 100

Color Harmonies of #120003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120003

Black with #120003

Text Example


Text Example

White with #120003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120003; }

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

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

background-color css

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

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

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

border-color css

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

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

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