Html Css Color HEX #1F0310 Rustic Red

📋 copy color: '#1F0310'

red 31 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #1F0310

Tints of Rustic Red #1F0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6%

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

R = 62%
G = 6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F0310 (or 0x1F0310) is known color: Rustic Red. HEX triplet: 1F, 03 and 10. RGB value is (31,3,16). Sum of RGB (Red+Green+Blue) = 31+3+16=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0310 is #E0FCEF. Grayscale: #0C0C0C. Windows color (decimal): -14744816 or 1049375. OLE color: 1049375.

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

Color convert

RGB 31 3 16 -
CMYK 0 0.90 0.48 0.88
HSL 332.14º 0.82% 0.07% -
HSV(B) 332.14º 0.9% 0.12% -
XYZ 0.69 0.39 0.53 -
YUV 12.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 31 3 16 0 0.90 0.48 0.88 332.14 0.82 0.07
Hex 1F 3 10 0 5A 30 58 14C 52 7
Octal 37 3 20 0 132 60 130 514 122 7
Binary 11111 11 10000 0 1011010 110000 1011000 101001100 1010010 111

Color Harmonies of #1F0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0310

Black with #1F0310

Text Example


Text Example

White with #1F0310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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