Html Css Color HEX #120102 Rustic Red

📋 copy color: '#120102'

red 18 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #120102

Tints of Rustic Red #120102

RGB

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

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

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

R = 85.71%
G = 4.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#120102 (or 0x120102) is known color: Rustic Red. HEX triplet: 12, 01 and 02. RGB value is (18,1,2). Sum of RGB (Red+Green+Blue) = 18+1+2=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120102 is #EDFEFD. Grayscale: #060606. Windows color (decimal): -15597310 or 131346. OLE color: 131346.

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

Color convert

RGB 18 1 2 -
CMYK 0 0.94 0.89 0.93
HSL 356.47º 0.89% 0.04% -
HSV(B) 356.47º 0.94% 0.07% -
XYZ 0.27 0.15 0.07 -
YUV 6.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 18 1 2 0 0.94 0.89 0.93 356.47 0.89 0.04
Hex 12 1 2 0 5E 59 5D 164 59 4
Octal 22 1 2 0 136 131 135 544 131 4
Binary 10010 1 10 0 1011110 1011001 1011101 101100100 1011001 100

Color Harmonies of #120102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120102

Black with #120102

Text Example


Text Example

White with #120102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120102; }

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

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

background-color css

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

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

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

border-color css

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

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

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