Html Css Color HEX #170304 Rustic Red

📋 copy color: '#170304'

red 23 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #170304

Tints of Rustic Red #170304

RGB

 RED value IS 23 (9.38% from 255) = 76.67%

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

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

R = 76.67%
G = 10%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#170304 (or 0x170304) is known color: Rustic Red. HEX triplet: 17, 03 and 04. RGB value is (23,3,4). Sum of RGB (Red+Green+Blue) = 23+3+4=30 (3% of max value = 765). Red value is 23 (9.38% from 255 or 76.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 23 - color contains mainly: red. Hex color #170304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170304 is #E8FCFB. Grayscale: #090909. Windows color (decimal): -15269116 or 262935. OLE color: 262935.

HSL color Cylindrical-coordinate representation of color #170304: hue angle of 357º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170304 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 3 4 -
CMYK 0 0.87 0.83 0.91
HSL 357º 0.77% 0.05% -
HSV(B) 357º 0.87% 0.09% -
XYZ 0.41 0.26 0.14 -
YUV 9.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 23 3 4 0 0.87 0.83 0.91 357 0.77 0.05
Hex 17 3 4 0 57 53 5B 165 4D 5
Octal 27 3 4 0 127 123 133 545 115 5
Binary 10111 11 100 0 1010111 1010011 1011011 101100101 1001101 101

Color Harmonies of #170304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170304

Black with #170304

Text Example


Text Example

White with #170304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170304; }

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

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

background-color css

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

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

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

border-color css

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

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

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