Html Css Color HEX #210C12 Rustic Red

📋 copy color: '#210C12'

red 33 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #210C12

Tints of Rustic Red #210C12

RGB

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

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

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

R = 52.38%
G = 19.05%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#210C12 (or 0x210C12) is known color: Rustic Red. HEX triplet: 21, 0C and 12. RGB value is (33,12,18). Sum of RGB (Red+Green+Blue) = 33+12+18=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C12 is #DEF3ED. Grayscale: #121212. Windows color (decimal): -14611438 or 1182753. OLE color: 1182753.

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

Color convert

RGB 33 12 18 -
CMYK 0 0.64 0.45 0.87
HSL 342.86º 0.47% 0.09% -
HSV(B) 342.86º 0.64% 0.13% -
XYZ 0.87 0.63 0.65 -
YUV 18.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 33 12 18 0 0.64 0.45 0.87 342.86 0.47 0.09
Hex 21 C 12 0 40 2D 57 157 2F 9
Octal 41 14 22 0 100 55 127 527 57 11
Binary 100001 1100 10010 0 1000000 101101 1010111 101010111 101111 1001

Color Harmonies of #210C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C12

Black with #210C12

Text Example


Text Example

White with #210C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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