Html Css Color HEX #17030B Rustic Red

📋 copy color: '#17030B'

red 23 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #17030B

Tints of Rustic Red #17030B

RGB

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

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

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

R = 62.16%
G = 8.11%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17030B (or 0x17030B) is known color: Rustic Red. HEX triplet: 17, 03 and 0B. RGB value is (23,3,11). Sum of RGB (Red+Green+Blue) = 23+3+11=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030B is #E8FCF4. Grayscale: #090909. Windows color (decimal): -15269109 or 721687. OLE color: 721687.

HSL color Cylindrical-coordinate representation of color #17030B: hue angle of 336º 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 #17030B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 3 11 -
CMYK 0 0.87 0.52 0.91
HSL 336º 0.77% 0.05% -
HSV(B) 336º 0.87% 0.09% -
XYZ 0.45 0.27 0.35 -
YUV 9.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 23 3 11 0 0.87 0.52 0.91 336 0.77 0.05
Hex 17 3 B 0 57 34 5B 150 4D 5
Octal 27 3 13 0 127 64 133 520 115 5
Binary 10111 11 1011 0 1010111 110100 1011011 101010000 1001101 101

Color Harmonies of #17030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17030B

Black with #17030B

Text Example


Text Example

White with #17030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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