Html Css Color HEX #17020B Rustic Red

📋 copy color: '#17020B'

red 23 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #17020B

Tints of Rustic Red #17020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.56%

 BLUE value IS 11 (4.69% from 255) = 30.56%

R = 63.89%
G = 5.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17020B (or 0x17020B) is known color: Rustic Red. HEX triplet: 17, 02 and 0B. RGB value is (23,2,11). Sum of RGB (Red+Green+Blue) = 23+2+11=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #17020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020B is #E8FDF4. Grayscale: #090909. Windows color (decimal): -15269365 or 721431. OLE color: 721431.

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

Color convert

RGB 23 2 11 -
CMYK 0 0.91 0.52 0.91
HSL 334.29º 0.84% 0.05% -
HSV(B) 334.29º 0.91% 0.09% -
XYZ 0.44 0.25 0.34 -
YUV 9.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 23 2 11 0 0.91 0.52 0.91 334.29 0.84 0.05
Hex 17 2 B 0 5B 34 5B 14E 54 5
Octal 27 2 13 0 133 64 133 516 124 5
Binary 10111 10 1011 0 1011011 110100 1011011 101001110 1010100 101

Color Harmonies of #17020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17020B

Black with #17020B

Text Example


Text Example

White with #17020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17020B; }

 p { color: rgb(23,2,11); }

 H1.HeaderClassName
 {
   color: #17020B;
 }
 .AnyTagClassName
 {
   color: #17020B;
 }
</style>

background-color css

<style>
 a { background-color: #17020B; }

 a { background-color: rgb(23,2,11); }

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

border-color css

<style>
 span { border-color: #17020B; }

 span { border-color: rgb(23,2,11); }

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