Html Css Color HEX #15070D Rustic Red

📋 copy color: '#15070D'

red 21 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #15070D

Tints of Rustic Red #15070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 51.22%
G = 17.07%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15070D (or 0x15070D) is known color: Rustic Red. HEX triplet: 15, 07 and 0D. RGB value is (21,7,13). Sum of RGB (Red+Green+Blue) = 21+7+13=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070D is #EAF8F2. Grayscale: #0B0B0B. Windows color (decimal): -15399155 or 853781. OLE color: 853781.

HSL color Cylindrical-coordinate representation of color #15070D: hue angle of 334.29º 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 #15070D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 7 13 -
CMYK 0 0.67 0.38 0.92
HSL 334.29º 0.5% 0.05% -
HSV(B) 334.29º 0.67% 0.08% -
XYZ 0.46 0.34 0.42 -
YUV 11.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 21 7 13 0 0.67 0.38 0.92 334.29 0.5 0.05
Hex 15 7 D 0 43 26 5C 14E 32 5
Octal 25 7 15 0 103 46 134 516 62 5
Binary 10101 111 1101 0 1000011 100110 1011100 101001110 110010 101

Color Harmonies of #15070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15070D

Black with #15070D

Text Example


Text Example

White with #15070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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