Html Css Color HEX #210C0F Rustic Red

📋 copy color: '#210C0F'

red 33 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #210C0F

Tints of Rustic Red #210C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 25%

R = 55%
G = 20%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#210C0F (or 0x210C0F) is known color: Rustic Red. HEX triplet: 21, 0C and 0F. RGB value is (33,12,15). Sum of RGB (Red+Green+Blue) = 33+12+15=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C0F is #DEF3F0. Grayscale: #121212. Windows color (decimal): -14611441 or 986145. OLE color: 986145.

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

Color convert

RGB 33 12 15 -
CMYK 0 0.64 0.55 0.87
HSL 351.43º 0.47% 0.09% -
HSV(B) 351.43º 0.64% 0.13% -
XYZ 0.84 0.62 0.53 -
YUV 18.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 33 12 15 0 0.64 0.55 0.87 351.43 0.47 0.09
Hex 21 C F 0 40 37 57 15F 2F 9
Octal 41 14 17 0 100 67 127 537 57 11
Binary 100001 1100 1111 0 1000000 110111 1010111 101011111 101111 1001

Color Harmonies of #210C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C0F

Black with #210C0F

Text Example


Text Example

White with #210C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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