Html Css Color HEX #17070D Rustic Red

📋 copy color: '#17070D'

red 23 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #17070D

Tints of Rustic Red #17070D

RGB

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

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

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

R = 53.49%
G = 16.28%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17070D (or 0x17070D) is known color: Rustic Red. HEX triplet: 17, 07 and 0D. RGB value is (23,7,13). Sum of RGB (Red+Green+Blue) = 23+7+13=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070D is #E8F8F2. Grayscale: #0C0C0C. Windows color (decimal): -15268083 or 853783. OLE color: 853783.

HSL color Cylindrical-coordinate representation of color #17070D: hue angle of 337.5º 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 #17070D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 7 13 -
CMYK 0 0.70 0.43 0.91
HSL 337.5º 0.53% 0.06% -
HSV(B) 337.5º 0.7% 0.09% -
XYZ 0.5 0.36 0.42 -
YUV 12.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 23 7 13 0 0.70 0.43 0.91 337.5 0.53 0.06
Hex 17 7 D 0 46 2B 5B 152 35 6
Octal 27 7 15 0 106 53 133 522 65 6
Binary 10111 111 1101 0 1000110 101011 1011011 101010010 110101 110

Color Harmonies of #17070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17070D

Black with #17070D

Text Example


Text Example

White with #17070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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