Html Css Color HEX #17070E Rustic Red

📋 copy color: '#17070E'

red 23 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #17070E

Tints of Rustic Red #17070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 52.27%
G = 15.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#17070E (or 0x17070E) is known color: Rustic Red. HEX triplet: 17, 07 and 0E. RGB value is (23,7,14). Sum of RGB (Red+Green+Blue) = 23+7+14=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #17070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070E is #E8F8F1. Grayscale: #0C0C0C. Windows color (decimal): -15268082 or 919319. OLE color: 919319.

HSL color Cylindrical-coordinate representation of color #17070E: hue angle of 333.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17070E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 7 14 -
CMYK 0 0.70 0.39 0.91
HSL 333.75º 0.53% 0.06% -
HSV(B) 333.75º 0.7% 0.09% -
XYZ 0.51 0.37 0.46 -
YUV 12.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 23 7 14 0 0.70 0.39 0.91 333.75 0.53 0.06
Hex 17 7 E 0 46 27 5B 14E 35 6
Octal 27 7 16 0 106 47 133 516 65 6
Binary 10111 111 1110 0 1000110 100111 1011011 101001110 110101 110

Color Harmonies of #17070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17070E

Black with #17070E

Text Example


Text Example

White with #17070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17070E; }

 p { color: rgb(23,7,14); }

 H1.HeaderClassName
 {
   color: #17070E;
 }
 .AnyTagClassName
 {
   color: #17070E;
 }
</style>

background-color css

<style>
 a { background-color: #17070E; }

 a { background-color: rgb(23,7,14); }

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

border-color css

<style>
 span { border-color: #17070E; }

 span { border-color: rgb(23,7,14); }

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