Html Css Color HEX #10070A Rustic Red

📋 copy color: '#10070A'

red 16 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #10070A

Tints of Rustic Red #10070A

RGB

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

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

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

R = 48.48%
G = 21.21%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.94

RGB Variations

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

Color information

#10070A (or 0x10070A) is known color: Rustic Red. HEX triplet: 10, 07 and 0A. RGB value is (16,7,10). Sum of RGB (Red+Green+Blue) = 16+7+10=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070A is #EFF8F5. Grayscale: #0A0A0A. Windows color (decimal): -15726838 or 657168. OLE color: 657168.

HSL color Cylindrical-coordinate representation of color #10070A: hue angle of 340º 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 #10070A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 7 10 -
CMYK 0 0.56 0.37 0.94
HSL 340º 0.39% 0.05% -
HSV(B) 340º 0.56% 0.06% -
XYZ 0.34 0.28 0.32 -
YUV 10.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 16 7 10 0 0.56 0.37 0.94 340 0.39 0.05
Hex 10 7 A 0 38 25 5E 154 27 5
Octal 20 7 12 0 70 45 136 524 47 5
Binary 10000 111 1010 0 111000 100101 1011110 101010100 100111 101

Color Harmonies of #10070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10070A

Black with #10070A

Text Example


Text Example

White with #10070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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