Html Css Color HEX #21060D Rustic Red

📋 copy color: '#21060D'

red 33 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #21060D

Tints of Rustic Red #21060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

 BLUE value IS 13 (5.47% from 255) = 25%

R = 63.46%
G = 11.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21060D (or 0x21060D) is known color: Rustic Red. HEX triplet: 21, 06 and 0D. RGB value is (33,6,13). Sum of RGB (Red+Green+Blue) = 33+6+13=52 (6% of max value = 765). Red value is 33 (13.28% from 255 or 63.46% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 33 - color contains mainly: red. Hex color #21060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21060D is #DEF9F2. Grayscale: #0E0E0E. Windows color (decimal): -14612979 or 853537. OLE color: 853537.

HSL color Cylindrical-coordinate representation of color #21060D: hue angle of 344.44º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21060D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 6 13 -
CMYK 0 0.82 0.61 0.87
HSL 344.44º 0.69% 0.08% -
HSV(B) 344.44º 0.82% 0.13% -
XYZ 0.76 0.48 0.43 -
YUV 14.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 33 6 13 0 0.82 0.61 0.87 344.44 0.69 0.08
Hex 21 6 D 0 52 3D 57 158 45 8
Octal 41 6 15 0 122 75 127 530 105 10
Binary 100001 110 1101 0 1010010 111101 1010111 101011000 1000101 1000

Color Harmonies of #21060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21060D

Black with #21060D

Text Example


Text Example

White with #21060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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