Html Css Color HEX #120307 Rustic Red

📋 copy color: '#120307'

red 18 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #120307

Tints of Rustic Red #120307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.71%

 BLUE value IS 7 (3.13% from 255) = 25%

R = 64.29%
G = 10.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120307 (or 0x120307) is known color: Rustic Red. HEX triplet: 12, 03 and 07. RGB value is (18,3,7). Sum of RGB (Red+Green+Blue) = 18+3+7=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120307 is #EDFCF8. Grayscale: #070707. Windows color (decimal): -15596793 or 459538. OLE color: 459538.

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

Color convert

RGB 18 3 7 -
CMYK 0 0.83 0.61 0.93
HSL 344º 0.71% 0.04% -
HSV(B) 344º 0.83% 0.07% -
XYZ 0.32 0.21 0.22 -
YUV 7.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 18 3 7 0 0.83 0.61 0.93 344 0.71 0.04
Hex 12 3 7 0 53 3D 5D 158 47 4
Octal 22 3 7 0 123 75 135 530 107 4
Binary 10010 11 111 0 1010011 111101 1011101 101011000 1000111 100

Color Harmonies of #120307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120307

Black with #120307

Text Example


Text Example

White with #120307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120307; }

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

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

background-color css

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

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

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

border-color css

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

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

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