Html Css Color HEX #15020A Rustic Red

📋 copy color: '#15020A'

red 21 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #15020A

Tints of Rustic Red #15020A

RGB

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

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

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

R = 63.64%
G = 6.06%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15020A (or 0x15020A) is known color: Rustic Red. HEX triplet: 15, 02 and 0A. RGB value is (21,2,10). Sum of RGB (Red+Green+Blue) = 21+2+10=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #15020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020A is #EAFDF5. Grayscale: #080808. Windows color (decimal): -15400438 or 655893. OLE color: 655893.

HSL color Cylindrical-coordinate representation of color #15020A: hue angle of 334.74º 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 #15020A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 2 10 -
CMYK 0 0.90 0.52 0.92
HSL 334.74º 0.83% 0.05% -
HSV(B) 334.74º 0.9% 0.08% -
XYZ 0.39 0.22 0.31 -
YUV 8.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 21 2 10 0 0.90 0.52 0.92 334.74 0.83 0.05
Hex 15 2 A 0 5A 34 5C 14F 53 5
Octal 25 2 12 0 132 64 134 517 123 5
Binary 10101 10 1010 0 1011010 110100 1011100 101001111 1010011 101

Color Harmonies of #15020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15020A

Black with #15020A

Text Example


Text Example

White with #15020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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