Html Css Color HEX #210C13 Rustic Red

📋 copy color: '#210C13'

red 33 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #210C13

Tints of Rustic Red #210C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.75%

 BLUE value IS 19 (7.81% from 255) = 29.69%

R = 51.56%
G = 18.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#210C13 (or 0x210C13) is known color: Rustic Red. HEX triplet: 21, 0C and 13. RGB value is (33,12,19). Sum of RGB (Red+Green+Blue) = 33+12+19=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C13 is #DEF3EC. Grayscale: #131313. Windows color (decimal): -14611437 or 1248289. OLE color: 1248289.

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

Color convert

RGB 33 12 19 -
CMYK 0 0.64 0.42 0.87
HSL 340º 0.47% 0.09% -
HSV(B) 340º 0.64% 0.13% -
XYZ 0.88 0.63 0.69 -
YUV 19.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 33 12 19 0 0.64 0.42 0.87 340 0.47 0.09
Hex 21 C 13 0 40 2A 57 154 2F 9
Octal 41 14 23 0 100 52 127 524 57 11
Binary 100001 1100 10011 0 1000000 101010 1010111 101010100 101111 1001

Color Harmonies of #210C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C13

Black with #210C13

Text Example


Text Example

White with #210C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,12,19); }

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

background-color css

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

 a { background-color: rgb(33,12,19); }

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

border-color css

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

 span { border-color: rgb(33,12,19); }

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