Html Css Color HEX #17040C Rustic Red

📋 copy color: '#17040C'

red 23 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #17040C

Tints of Rustic Red #17040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 58.97%
G = 10.26%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#17040C (or 0x17040C) is known color: Rustic Red. HEX triplet: 17, 04 and 0C. RGB value is (23,4,12). Sum of RGB (Red+Green+Blue) = 23+4+12=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040C is #E8FBF3. Grayscale: #0A0A0A. Windows color (decimal): -15268852 or 787479. OLE color: 787479.

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

Color convert

RGB 23 4 12 -
CMYK 0 0.83 0.48 0.91
HSL 334.74º 0.7% 0.05% -
HSV(B) 334.74º 0.83% 0.09% -
XYZ 0.46 0.3 0.38 -
YUV 10.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 23 4 12 0 0.83 0.48 0.91 334.74 0.7 0.05
Hex 17 4 C 0 53 30 5B 14F 46 5
Octal 27 4 14 0 123 60 133 517 106 5
Binary 10111 100 1100 0 1010011 110000 1011011 101001111 1000110 101

Color Harmonies of #17040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17040C

Black with #17040C

Text Example


Text Example

White with #17040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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