Html Css Color HEX #120507 Rustic Red

📋 copy color: '#120507'

red 18 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #120507

Tints of Rustic Red #120507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.67%

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

R = 60%
G = 16.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120507 (or 0x120507) is known color: Rustic Red. HEX triplet: 12, 05 and 07. RGB value is (18,5,7). Sum of RGB (Red+Green+Blue) = 18+5+7=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120507 is #EDFAF8. Grayscale: #090909. Windows color (decimal): -15596281 or 460050. OLE color: 460050.

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

Color convert

RGB 18 5 7 -
CMYK 0 0.72 0.61 0.93
HSL 350.77º 0.57% 0.05% -
HSV(B) 350.77º 0.72% 0.07% -
XYZ 0.34 0.25 0.23 -
YUV 9.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 18 5 7 0 0.72 0.61 0.93 350.77 0.57 0.05
Hex 12 5 7 0 48 3D 5D 15F 39 5
Octal 22 5 7 0 110 75 135 537 71 5
Binary 10010 101 111 0 1001000 111101 1011101 101011111 111001 101

Color Harmonies of #120507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120507

Black with #120507

Text Example


Text Example

White with #120507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120507; }

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

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

background-color css

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

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

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

border-color css

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

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

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