Html Css Color HEX #10070B Rustic Red

📋 copy color: '#10070B'

red 16 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #10070B

Tints of Rustic Red #10070B

RGB

 RED value IS 16 (6.64% from 255) = 47.06%

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

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

R = 47.06%
G = 20.59%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#10070B (or 0x10070B) is known color: Rustic Red. HEX triplet: 10, 07 and 0B. RGB value is (16,7,11). Sum of RGB (Red+Green+Blue) = 16+7+11=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070B is #EFF8F4. Grayscale: #0A0A0A. Windows color (decimal): -15726837 or 722704. OLE color: 722704.

HSL color Cylindrical-coordinate representation of color #10070B: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10070B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 7 11 -
CMYK 0 0.56 0.31 0.94
HSL 333.33º 0.39% 0.05% -
HSV(B) 333.33º 0.56% 0.06% -
XYZ 0.35 0.29 0.35 -
YUV 10.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 16 7 11 0 0.56 0.31 0.94 333.33 0.39 0.05
Hex 10 7 B 0 38 1F 5E 14D 27 5
Octal 20 7 13 0 70 37 136 515 47 5
Binary 10000 111 1011 0 111000 11111 1011110 101001101 100111 101

Color Harmonies of #10070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10070B

Black with #10070B

Text Example


Text Example

White with #10070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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