Html Css Color HEX #15020C Rustic Red

📋 copy color: '#15020C'

red 21 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #15020C

Tints of Rustic Red #15020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.71%

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

R = 60%
G = 5.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15020C (or 0x15020C) is known color: Rustic Red. HEX triplet: 15, 02 and 0C. RGB value is (21,2,12). Sum of RGB (Red+Green+Blue) = 21+2+12=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #15020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020C is #EAFDF3. Grayscale: #080808. Windows color (decimal): -15400436 or 786965. OLE color: 786965.

HSL color Cylindrical-coordinate representation of color #15020C: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 2 12 -
CMYK 0 0.90 0.43 0.92
HSL 328.42º 0.83% 0.05% -
HSV(B) 328.42º 0.9% 0.08% -
XYZ 0.4 0.23 0.37 -
YUV 8.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 21 2 12 0 0.90 0.43 0.92 328.42 0.83 0.05
Hex 15 2 C 0 5A 2B 5C 148 53 5
Octal 25 2 14 0 132 53 134 510 123 5
Binary 10101 10 1100 0 1011010 101011 1011100 101001000 1010011 101

Color Harmonies of #15020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15020C

Black with #15020C

Text Example


Text Example

White with #15020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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