Html Css Color HEX #210412 Rustic Red

📋 copy color: '#210412'

red 33 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #210412

Tints of Rustic Red #210412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 60%
G = 7.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#210412 (or 0x210412) is known color: Rustic Red. HEX triplet: 21, 04 and 12. RGB value is (33,4,18). Sum of RGB (Red+Green+Blue) = 33+4+18=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210412 is #DEFBED. Grayscale: #0E0E0E. Windows color (decimal): -14613486 or 1180705. OLE color: 1180705.

HSL color Cylindrical-coordinate representation of color #210412: hue angle of 331.03º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210412 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 4 18 -
CMYK 0 0.88 0.45 0.87
HSL 331.03º 0.78% 0.07% -
HSV(B) 331.03º 0.88% 0.13% -
XYZ 0.78 0.45 0.62 -
YUV 14.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 33 4 18 0 0.88 0.45 0.87 331.03 0.78 0.07
Hex 21 4 12 0 58 2D 57 14B 4E 7
Octal 41 4 22 0 130 55 127 513 116 7
Binary 100001 100 10010 0 1011000 101101 1010111 101001011 1001110 111

Color Harmonies of #210412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210412

Black with #210412

Text Example


Text Example

White with #210412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210412; }

 p { color: rgb(33,4,18); }

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

background-color css

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

 a { background-color: rgb(33,4,18); }

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

border-color css

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

 span { border-color: rgb(33,4,18); }

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