Html Css Color HEX #170204 Rustic Red

📋 copy color: '#170204'

red 23 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #170204

Tints of Rustic Red #170204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.9%

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

R = 79.31%
G = 6.9%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#170204 (or 0x170204) is known color: Rustic Red. HEX triplet: 17, 02 and 04. RGB value is (23,2,4). Sum of RGB (Red+Green+Blue) = 23+2+4=29 (3% of max value = 765). Red value is 23 (9.38% from 255 or 79.31% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 23 - color contains mainly: red. Hex color #170204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170204 is #E8FDFB. Grayscale: #080808. Windows color (decimal): -15269372 or 262679. OLE color: 262679.

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

Color convert

RGB 23 2 4 -
CMYK 0 0.91 0.83 0.91
HSL 354.29º 0.84% 0.05% -
HSV(B) 354.29º 0.91% 0.09% -
XYZ 0.4 0.23 0.14 -
YUV 8.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 23 2 4 0 0.91 0.83 0.91 354.29 0.84 0.05
Hex 17 2 4 0 5B 53 5B 162 54 5
Octal 27 2 4 0 133 123 133 542 124 5
Binary 10111 10 100 0 1011011 1010011 1011011 101100010 1010100 101

Color Harmonies of #170204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170204

Black with #170204

Text Example


Text Example

White with #170204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170204; }

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

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

background-color css

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

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

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

border-color css

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

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

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