Html Css Color HEX #15070C Rustic Red

📋 copy color: '#15070C'

red 21 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #15070C

Tints of Rustic Red #15070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 30%

R = 52.5%
G = 17.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15070C (or 0x15070C) is known color: Rustic Red. HEX triplet: 15, 07 and 0C. RGB value is (21,7,12). Sum of RGB (Red+Green+Blue) = 21+7+12=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070C is #EAF8F3. Grayscale: #0B0B0B. Windows color (decimal): -15399156 or 788245. OLE color: 788245.

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

Color convert

RGB 21 7 12 -
CMYK 0 0.67 0.43 0.92
HSL 338.57º 0.5% 0.05% -
HSV(B) 338.57º 0.67% 0.08% -
XYZ 0.45 0.34 0.39 -
YUV 11.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 21 7 12 0 0.67 0.43 0.92 338.57 0.5 0.05
Hex 15 7 C 0 43 2B 5C 153 32 5
Octal 25 7 14 0 103 53 134 523 62 5
Binary 10101 111 1100 0 1000011 101011 1011100 101010011 110010 101

Color Harmonies of #15070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15070C

Black with #15070C

Text Example


Text Example

White with #15070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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