Html Css Color HEX #210D12 Rustic Red

📋 copy color: '#210D12'

red 33 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #210D12

Tints of Rustic Red #210D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.31%

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

R = 51.56%
G = 20.31%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#210D12 (or 0x210D12) is known color: Rustic Red. HEX triplet: 21, 0D and 12. RGB value is (33,13,18). Sum of RGB (Red+Green+Blue) = 33+13+18=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D12 is #DEF2ED. Grayscale: #131313. Windows color (decimal): -14611182 or 1183009. OLE color: 1183009.

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

Color convert

RGB 33 13 18 -
CMYK 0 0.61 0.45 0.87
HSL 345º 0.43% 0.09% -
HSV(B) 345º 0.61% 0.13% -
XYZ 0.88 0.65 0.65 -
YUV 19.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 33 13 18 0 0.61 0.45 0.87 345 0.43 0.09
Hex 21 D 12 0 3D 2D 57 159 2B 9
Octal 41 15 22 0 75 55 127 531 53 11
Binary 100001 1101 10010 0 111101 101101 1010111 101011001 101011 1001

Color Harmonies of #210D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D12

Black with #210D12

Text Example


Text Example

White with #210D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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