Html Css Color HEX #15050A Rustic Red

📋 copy color: '#15050A'

red 21 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #15050A

Tints of Rustic Red #15050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 58.33%
G = 13.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15050A (or 0x15050A) is known color: Rustic Red. HEX triplet: 15, 05 and 0A. RGB value is (21,5,10). Sum of RGB (Red+Green+Blue) = 21+5+10=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050A is #EAFAF5. Grayscale: #0A0A0A. Windows color (decimal): -15399670 or 656661. OLE color: 656661.

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

Color convert

RGB 21 5 10 -
CMYK 0 0.76 0.52 0.92
HSL 341.25º 0.62% 0.05% -
HSV(B) 341.25º 0.76% 0.08% -
XYZ 0.42 0.29 0.32 -
YUV 10.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 21 5 10 0 0.76 0.52 0.92 341.25 0.62 0.05
Hex 15 5 A 0 4C 34 5C 155 3E 5
Octal 25 5 12 0 114 64 134 525 76 5
Binary 10101 101 1010 0 1001100 110100 1011100 101010101 111110 101

Color Harmonies of #15050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15050A

Black with #15050A

Text Example


Text Example

White with #15050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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