Html Css Color HEX #210A0F Rustic Red

📋 copy color: '#210A0F'

red 33 ◦ green 10 ◦ blue 15

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

Shades of Rustic Red #210A0F

Tints of Rustic Red #210A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.24%

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

R = 56.9%
G = 17.24%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#210A0F (or 0x210A0F) is known color: Rustic Red. HEX triplet: 21, 0A and 0F. RGB value is (33,10,15). Sum of RGB (Red+Green+Blue) = 33+10+15=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A0F is #DEF5F0. Grayscale: #111111. Windows color (decimal): -14611953 or 985633. OLE color: 985633.

HSL color Cylindrical-coordinate representation of color #210A0F: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A0F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 10 15 -
CMYK 0 0.70 0.55 0.87
HSL 346.96º 0.53% 0.08% -
HSV(B) 346.96º 0.7% 0.13% -
XYZ 0.82 0.57 0.52 -
YUV 17.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 33 10 15 0 0.70 0.55 0.87 346.96 0.53 0.08
Hex 21 A F 0 46 37 57 15B 35 8
Octal 41 12 17 0 106 67 127 533 65 10
Binary 100001 1010 1111 0 1000110 110111 1010111 101011011 110101 1000

Color Harmonies of #210A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A0F

Black with #210A0F

Text Example


Text Example

White with #210A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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