Html Css Color HEX #21090F Rustic Red

📋 copy color: '#21090F'

red 33 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #21090F

Tints of Rustic Red #21090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.79%

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

R = 57.89%
G = 15.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#21090F (or 0x21090F) is known color: Rustic Red. HEX triplet: 21, 09 and 0F. RGB value is (33,9,15). Sum of RGB (Red+Green+Blue) = 33+9+15=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #21090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21090F is #DEF6F0. Grayscale: #101010. Windows color (decimal): -14612209 or 985377. OLE color: 985377.

HSL color Cylindrical-coordinate representation of color #21090F: hue angle of 345º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21090F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 9 15 -
CMYK 0 0.73 0.55 0.87
HSL 345º 0.57% 0.08% -
HSV(B) 345º 0.73% 0.13% -
XYZ 0.81 0.55 0.52 -
YUV 16.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 33 9 15 0 0.73 0.55 0.87 345 0.57 0.08
Hex 21 9 F 0 49 37 57 159 39 8
Octal 41 11 17 0 111 67 127 531 71 10
Binary 100001 1001 1111 0 1001001 110111 1010111 101011001 111001 1000

Color Harmonies of #21090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21090F

Black with #21090F

Text Example


Text Example

White with #21090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21090F; }

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

 H1.HeaderClassName
 {
   color: #21090F;
 }
 .AnyTagClassName
 {
   color: #21090F;
 }
</style>

background-color css

<style>
 a { background-color: #21090F; }

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

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

border-color css

<style>
 span { border-color: #21090F; }

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

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