Html Css Color HEX #17050D Rustic Red

📋 copy color: '#17050D'

red 23 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #17050D

Tints of Rustic Red #17050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 56.1%
G = 12.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17050D (or 0x17050D) is known color: Rustic Red. HEX triplet: 17, 05 and 0D. RGB value is (23,5,13). Sum of RGB (Red+Green+Blue) = 23+5+13=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050D is #E8FAF2. Grayscale: #0B0B0B. Windows color (decimal): -15268595 or 853271. OLE color: 853271.

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

Color convert

RGB 23 5 13 -
CMYK 0 0.78 0.43 0.91
HSL 333.33º 0.64% 0.05% -
HSV(B) 333.33º 0.78% 0.09% -
XYZ 0.48 0.32 0.42 -
YUV 11.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 23 5 13 0 0.78 0.43 0.91 333.33 0.64 0.05
Hex 17 5 D 0 4E 2B 5B 14D 40 5
Octal 27 5 15 0 116 53 133 515 100 5
Binary 10111 101 1101 0 1001110 101011 1011011 101001101 1000000 101

Color Harmonies of #17050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17050D

Black with #17050D

Text Example


Text Example

White with #17050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17050D; }

 p { color: rgb(23,5,13); }

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

background-color css

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

 a { background-color: rgb(23,5,13); }

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

border-color css

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

 span { border-color: rgb(23,5,13); }

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