Html Css Color HEX #110304 Rustic Red

📋 copy color: '#110304'

red 17 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #110304

Tints of Rustic Red #110304

RGB

 RED value IS 17 (7.03% from 255) = 70.83%

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

 BLUE value IS 4 (1.95% from 255) = 16.67%

R = 70.83%
G = 12.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#110304 (or 0x110304) is known color: Rustic Red. HEX triplet: 11, 03 and 04. RGB value is (17,3,4). Sum of RGB (Red+Green+Blue) = 17+3+4=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110304 is #EEFCFB. Grayscale: #070707. Windows color (decimal): -15662332 or 262929. OLE color: 262929.

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

Color convert

RGB 17 3 4 -
CMYK 0 0.82 0.76 0.93
HSL 355.71º 0.7% 0.04% -
HSV(B) 355.71º 0.82% 0.07% -
XYZ 0.29 0.19 0.14 -
YUV 7.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 17 3 4 0 0.82 0.76 0.93 355.71 0.7 0.04
Hex 11 3 4 0 52 4C 5D 164 46 4
Octal 21 3 4 0 122 114 135 544 106 4
Binary 10001 11 100 0 1010010 1001100 1011101 101100100 1000110 100

Color Harmonies of #110304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110304

Black with #110304

Text Example


Text Example

White with #110304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110304; }

 p { color: rgb(17,3,4); }

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

background-color css

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

 a { background-color: rgb(17,3,4); }

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

border-color css

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

 span { border-color: rgb(17,3,4); }

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