Html Css Color HEX #15030A Rustic Red

📋 copy color: '#15030A'

red 21 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #15030A

Tints of Rustic Red #15030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

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

R = 61.76%
G = 8.82%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15030A (or 0x15030A) is known color: Rustic Red. HEX triplet: 15, 03 and 0A. RGB value is (21,3,10). Sum of RGB (Red+Green+Blue) = 21+3+10=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030A is #EAFCF5. Grayscale: #090909. Windows color (decimal): -15400182 or 656149. OLE color: 656149.

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

Color convert

RGB 21 3 10 -
CMYK 0 0.86 0.52 0.92
HSL 336.67º 0.75% 0.05% -
HSV(B) 336.67º 0.86% 0.08% -
XYZ 0.4 0.25 0.31 -
YUV 9.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 21 3 10 0 0.86 0.52 0.92 336.67 0.75 0.05
Hex 15 3 A 0 56 34 5C 151 4B 5
Octal 25 3 12 0 126 64 134 521 113 5
Binary 10101 11 1010 0 1010110 110100 1011100 101010001 1001011 101

Color Harmonies of #15030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15030A

Black with #15030A

Text Example


Text Example

White with #15030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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