Html Css Color HEX #17050A Rustic Red

📋 copy color: '#17050A'

red 23 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #17050A

Tints of Rustic Red #17050A

RGB

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

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

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

R = 60.53%
G = 13.16%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#17050A (or 0x17050A) is known color: Rustic Red. HEX triplet: 17, 05 and 0A. RGB value is (23,5,10). Sum of RGB (Red+Green+Blue) = 23+5+10=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050A is #E8FAF5. Grayscale: #0A0A0A. Windows color (decimal): -15268598 or 656663. OLE color: 656663.

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

Color convert

RGB 23 5 10 -
CMYK 0 0.78 0.57 0.91
HSL 343.33º 0.64% 0.05% -
HSV(B) 343.33º 0.78% 0.09% -
XYZ 0.46 0.31 0.32 -
YUV 10.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 23 5 10 0 0.78 0.57 0.91 343.33 0.64 0.05
Hex 17 5 A 0 4E 39 5B 157 40 5
Octal 27 5 12 0 116 71 133 527 100 5
Binary 10111 101 1010 0 1001110 111001 1011011 101010111 1000000 101

Color Harmonies of #17050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17050A

Black with #17050A

Text Example


Text Example

White with #17050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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