Html Css Color HEX #17040D Rustic Red

📋 copy color: '#17040D'

red 23 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #17040D

Tints of Rustic Red #17040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10%

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

R = 57.5%
G = 10%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17040D (or 0x17040D) is known color: Rustic Red. HEX triplet: 17, 04 and 0D. RGB value is (23,4,13). Sum of RGB (Red+Green+Blue) = 23+4+13=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040D is #E8FBF2. Grayscale: #0A0A0A. Windows color (decimal): -15268851 or 853015. OLE color: 853015.

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

Color convert

RGB 23 4 13 -
CMYK 0 0.83 0.43 0.91
HSL 331.58º 0.7% 0.05% -
HSV(B) 331.58º 0.83% 0.09% -
XYZ 0.47 0.3 0.41 -
YUV 10.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 23 4 13 0 0.83 0.43 0.91 331.58 0.7 0.05
Hex 17 4 D 0 53 2B 5B 14C 46 5
Octal 27 4 15 0 123 53 133 514 106 5
Binary 10111 100 1101 0 1010011 101011 1011011 101001100 1000110 101

Color Harmonies of #17040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17040D

Black with #17040D

Text Example


Text Example

White with #17040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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