Html Css Color HEX #15040C Rustic Red

📋 copy color: '#15040C'

red 21 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #15040C

Tints of Rustic Red #15040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.81%

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

R = 56.76%
G = 10.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15040C (or 0x15040C) is known color: Rustic Red. HEX triplet: 15, 04 and 0C. RGB value is (21,4,12). Sum of RGB (Red+Green+Blue) = 21+4+12=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040C is #EAFBF3. Grayscale: #090909. Windows color (decimal): -15399924 or 787477. OLE color: 787477.

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

Color convert

RGB 21 4 12 -
CMYK 0 0.81 0.43 0.92
HSL 331.76º 0.68% 0.05% -
HSV(B) 331.76º 0.81% 0.08% -
XYZ 0.42 0.27 0.38 -
YUV 10 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 21 4 12 0 0.81 0.43 0.92 331.76 0.68 0.05
Hex 15 4 C 0 51 2B 5C 14C 44 5
Octal 25 4 14 0 121 53 134 514 104 5
Binary 10101 100 1100 0 1010001 101011 1011100 101001100 1000100 101

Color Harmonies of #15040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15040C

Black with #15040C

Text Example


Text Example

White with #15040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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