Html Css Color HEX #210610 Rustic Red

📋 copy color: '#210610'

red 33 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #210610

Tints of Rustic Red #210610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.91%

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

R = 60%
G = 10.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#210610 (or 0x210610) is known color: Rustic Red. HEX triplet: 21, 06 and 10. RGB value is (33,6,16). Sum of RGB (Red+Green+Blue) = 33+6+16=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210610 is #DEF9EF. Grayscale: #0F0F0F. Windows color (decimal): -14612976 or 1050145. OLE color: 1050145.

HSL color Cylindrical-coordinate representation of color #210610: hue angle of 337.78º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210610 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 6 16 -
CMYK 0 0.82 0.52 0.87
HSL 337.78º 0.69% 0.08% -
HSV(B) 337.78º 0.82% 0.13% -
XYZ 0.79 0.49 0.54 -
YUV 15.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 33 6 16 0 0.82 0.52 0.87 337.78 0.69 0.08
Hex 21 6 10 0 52 34 57 152 45 8
Octal 41 6 20 0 122 64 127 522 105 10
Binary 100001 110 10000 0 1010010 110100 1010111 101010010 1000101 1000

Color Harmonies of #210610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210610

Black with #210610

Text Example


Text Example

White with #210610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210610; }

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

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

background-color css

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

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

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

border-color css

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

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

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