Html Css Color HEX #1F0210 Rustic Red

📋 copy color: '#1F0210'

red 31 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #1F0210

Tints of Rustic Red #1F0210

RGB

 RED value IS 31 (12.5% from 255) = 63.27%

 GREEN value IS 2 (1.17% from 255) = 4.08%

 BLUE value IS 16 (6.64% from 255) = 32.65%

R = 63.27%
G = 4.08%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0210 (or 0x1F0210) is known color: Rustic Red. HEX triplet: 1F, 02 and 10. RGB value is (31,2,16). Sum of RGB (Red+Green+Blue) = 31+2+16=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0210 is #E0FDEF. Grayscale: #0C0C0C. Windows color (decimal): -14745072 or 1049119. OLE color: 1049119.

HSL color Cylindrical-coordinate representation of color #1F0210: hue angle of 331.03º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0210 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 2 16 -
CMYK 0 0.94 0.48 0.88
HSL 331.03º 0.88% 0.06% -
HSV(B) 331.03º 0.94% 0.12% -
XYZ 0.68 0.37 0.53 -
YUV 12.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 31 2 16 0 0.94 0.48 0.88 331.03 0.88 0.06
Hex 1F 2 10 0 5E 30 58 14B 58 6
Octal 37 2 20 0 136 60 130 513 130 6
Binary 11111 10 10000 0 1011110 110000 1011000 101001011 1011000 110

Color Harmonies of #1F0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0210

Black with #1F0210

Text Example


Text Example

White with #1F0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0210; }

 p { color: rgb(31,2,16); }

 H1.HeaderClassName
 {
   color: #1F0210;
 }
 .AnyTagClassName
 {
   color: #1F0210;
 }
</style>

background-color css

<style>
 a { background-color: #1F0210; }

 a { background-color: rgb(31,2,16); }

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

border-color css

<style>
 span { border-color: #1F0210; }

 span { border-color: rgb(31,2,16); }

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