Html Css Color HEX #15070A Rustic Red

📋 copy color: '#15070A'

red 21 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #15070A

Tints of Rustic Red #15070A

RGB

 RED value IS 21 (8.59% from 255) = 55.26%

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

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

R = 55.26%
G = 18.42%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15070A (or 0x15070A) is known color: Rustic Red. HEX triplet: 15, 07 and 0A. RGB value is (21,7,10). Sum of RGB (Red+Green+Blue) = 21+7+10=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070A is #EAF8F5. Grayscale: #0B0B0B. Windows color (decimal): -15399158 or 657173. OLE color: 657173.

HSL color Cylindrical-coordinate representation of color #15070A: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15070A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 7 10 -
CMYK 0 0.67 0.52 0.92
HSL 347.14º 0.5% 0.05% -
HSV(B) 347.14º 0.67% 0.08% -
XYZ 0.44 0.33 0.33 -
YUV 11.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 21 7 10 0 0.67 0.52 0.92 347.14 0.5 0.05
Hex 15 7 A 0 43 34 5C 15B 32 5
Octal 25 7 12 0 103 64 134 533 62 5
Binary 10101 111 1010 0 1000011 110100 1011100 101011011 110010 101

Color Harmonies of #15070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15070A

Black with #15070A

Text Example


Text Example

White with #15070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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