Html Css Color HEX #17040A Rustic Red

📋 copy color: '#17040A'

red 23 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #17040A

Tints of Rustic Red #17040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 27.03%

R = 62.16%
G = 10.81%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#17040A (or 0x17040A) is known color: Rustic Red. HEX triplet: 17, 04 and 0A. RGB value is (23,4,10). Sum of RGB (Red+Green+Blue) = 23+4+10=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040A is #E8FBF5. Grayscale: #0A0A0A. Windows color (decimal): -15268854 or 656407. OLE color: 656407.

HSL color Cylindrical-coordinate representation of color #17040A: hue angle of 341.05º 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 #17040A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 4 10 -
CMYK 0 0.83 0.57 0.91
HSL 341.05º 0.7% 0.05% -
HSV(B) 341.05º 0.83% 0.09% -
XYZ 0.45 0.29 0.32 -
YUV 10.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 23 4 10 0 0.83 0.57 0.91 341.05 0.7 0.05
Hex 17 4 A 0 53 39 5B 155 46 5
Octal 27 4 12 0 123 71 133 525 106 5
Binary 10111 100 1010 0 1010011 111001 1011011 101010101 1000110 101

Color Harmonies of #17040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17040A

Black with #17040A

Text Example


Text Example

White with #17040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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