Html Css Color HEX #17030D Rustic Red

📋 copy color: '#17030D'

red 23 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #17030D

Tints of Rustic Red #17030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.69%

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

R = 58.97%
G = 7.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17030D (or 0x17030D) is known color: Rustic Red. HEX triplet: 17, 03 and 0D. RGB value is (23,3,13). Sum of RGB (Red+Green+Blue) = 23+3+13=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030D is #E8FCF2. Grayscale: #0A0A0A. Windows color (decimal): -15269107 or 852759. OLE color: 852759.

HSL color Cylindrical-coordinate representation of color #17030D: hue angle of 330º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17030D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 3 13 -
CMYK 0 0.87 0.43 0.91
HSL 330º 0.77% 0.05% -
HSV(B) 330º 0.87% 0.09% -
XYZ 0.46 0.28 0.41 -
YUV 10.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 23 3 13 0 0.87 0.43 0.91 330 0.77 0.05
Hex 17 3 D 0 57 2B 5B 14A 4D 5
Octal 27 3 15 0 127 53 133 512 115 5
Binary 10111 11 1101 0 1010111 101011 1011011 101001010 1001101 101

Color Harmonies of #17030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17030D

Black with #17030D

Text Example


Text Example

White with #17030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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