Html Css Color HEX #17000A Rustic Red

📋 copy color: '#17000A'

red 23 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #17000A

Tints of Rustic Red #17000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.7%
G = 0%
B = 30.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#17000A (or 0x17000A) is known color: Rustic Red. HEX triplet: 17, 00 and 0A. RGB value is (23,0,10). Sum of RGB (Red+Green+Blue) = 23+0+10=33 (4% of max value = 765). Red value is 23 (9.38% from 255 or 69.70% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 23 - color contains mainly: red. Hex color #17000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000A is #E8FFF5. Grayscale: #080808. Windows color (decimal): -15269878 or 655383. OLE color: 655383.

HSL color Cylindrical-coordinate representation of color #17000A: hue angle of 333.91º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17000A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 0 10 -
CMYK 0 1 0.57 0.91
HSL 333.91º 1% 0.05% -
HSV(B) 333.91º 1% 0.09% -
XYZ 0.41 0.2 0.31 -
YUV 8.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 23 0 10 0 1 0.57 0.91 333.91 1 0.05
Hex 17 0 A 0 64 39 5B 14E 64 5
Octal 27 0 12 0 144 71 133 516 144 5
Binary 10111 0 1010 0 1100100 111001 1011011 101001110 1100100 101

Color Harmonies of #17000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17000A

Black with #17000A

Text Example


Text Example

White with #17000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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