Html Css Color HEX #210D10 Rustic Red

📋 copy color: '#210D10'

red 33 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #210D10

Tints of Rustic Red #210D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 25.81%

R = 53.23%
G = 20.97%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#210D10 (or 0x210D10) is known color: Rustic Red. HEX triplet: 21, 0D and 10. RGB value is (33,13,16). Sum of RGB (Red+Green+Blue) = 33+13+16=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #210D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D10 is #DEF2EF. Grayscale: #131313. Windows color (decimal): -14611184 or 1051937. OLE color: 1051937.

HSL color Cylindrical-coordinate representation of color #210D10: hue angle of 351º 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 #210D10 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 13 16 -
CMYK 0 0.61 0.52 0.87
HSL 351º 0.43% 0.09% -
HSV(B) 351º 0.61% 0.13% -
XYZ 0.86 0.65 0.57 -
YUV 19.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 33 13 16 0 0.61 0.52 0.87 351 0.43 0.09
Hex 21 D 10 0 3D 34 57 15F 2B 9
Octal 41 15 20 0 75 64 127 537 53 11
Binary 100001 1101 10000 0 111101 110100 1010111 101011111 101011 1001

Color Harmonies of #210D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D10

Black with #210D10

Text Example


Text Example

White with #210D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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