Html Css Color HEX #210D15 Rustic Red

📋 copy color: '#210D15'

red 33 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #210D15

Tints of Rustic Red #210D15

RGB

 RED value IS 33 (13.28% from 255) = 49.25%

 GREEN value IS 13 (5.47% from 255) = 19.4%

 BLUE value IS 21 (8.59% from 255) = 31.34%

R = 49.25%
G = 19.4%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#210D15 (or 0x210D15) is known color: Rustic Red. HEX triplet: 21, 0D and 15. RGB value is (33,13,21). Sum of RGB (Red+Green+Blue) = 33+13+21=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D15 is #DEF2EA. Grayscale: #131313. Windows color (decimal): -14611179 or 1379617. OLE color: 1379617.

HSL color Cylindrical-coordinate representation of color #210D15: hue angle of 336º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D15 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 13 21 -
CMYK 0 0.61 0.36 0.87
HSL 336º 0.43% 0.09% -
HSV(B) 336º 0.61% 0.13% -
XYZ 0.91 0.67 0.79 -
YUV 19.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 33 13 21 0 0.61 0.36 0.87 336 0.43 0.09
Hex 21 D 15 0 3D 24 57 150 2B 9
Octal 41 15 25 0 75 44 127 520 53 11
Binary 100001 1101 10101 0 111101 100100 1010111 101010000 101011 1001

Color Harmonies of #210D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D15

Black with #210D15

Text Example


Text Example

White with #210D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210D15; }

 p { color: rgb(33,13,21); }

 H1.HeaderClassName
 {
   color: #210D15;
 }
 .AnyTagClassName
 {
   color: #210D15;
 }
</style>

background-color css

<style>
 a { background-color: #210D15; }

 a { background-color: rgb(33,13,21); }

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

border-color css

<style>
 span { border-color: #210D15; }

 span { border-color: rgb(33,13,21); }

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