Html Css Color HEX #17070B Rustic Red

📋 copy color: '#17070B'

red 23 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #17070B

Tints of Rustic Red #17070B

RGB

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

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

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

R = 56.1%
G = 17.07%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17070B (or 0x17070B) is known color: Rustic Red. HEX triplet: 17, 07 and 0B. RGB value is (23,7,11). Sum of RGB (Red+Green+Blue) = 23+7+11=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070B is #E8F8F4. Grayscale: #0C0C0C. Windows color (decimal): -15268085 or 722711. OLE color: 722711.

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

Color convert

RGB 23 7 11 -
CMYK 0 0.70 0.52 0.91
HSL 345º 0.53% 0.06% -
HSV(B) 345º 0.7% 0.09% -
XYZ 0.49 0.36 0.36 -
YUV 12.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 23 7 11 0 0.70 0.52 0.91 345 0.53 0.06
Hex 17 7 B 0 46 34 5B 159 35 6
Octal 27 7 13 0 106 64 133 531 65 6
Binary 10111 111 1011 0 1000110 110100 1011011 101011001 110101 110

Color Harmonies of #17070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17070B

Black with #17070B

Text Example


Text Example

White with #17070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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