Html Css Color HEX #1F0813 Rustic Red

📋 copy color: '#1F0813'

red 31 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #1F0813

Tints of Rustic Red #1F0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.79%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 53.45%
G = 13.79%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F0813 (or 0x1F0813) is known color: Rustic Red. HEX triplet: 1F, 08 and 13. RGB value is (31,8,19). Sum of RGB (Red+Green+Blue) = 31+8+19=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0813 is #E0F7EC. Grayscale: #101010. Windows color (decimal): -14743533 or 1247263. OLE color: 1247263.

HSL color Cylindrical-coordinate representation of color #1F0813: hue angle of 331.3º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0813 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 8 19 -
CMYK 0 0.74 0.39 0.88
HSL 331.3º 0.59% 0.08% -
HSV(B) 331.3º 0.74% 0.12% -
XYZ 0.77 0.51 0.67 -
YUV 16.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 31 8 19 0 0.74 0.39 0.88 331.3 0.59 0.08
Hex 1F 8 13 0 4A 27 58 14B 3B 8
Octal 37 10 23 0 112 47 130 513 73 10
Binary 11111 1000 10011 0 1001010 100111 1011000 101001011 111011 1000

Color Harmonies of #1F0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0813

Black with #1F0813

Text Example


Text Example

White with #1F0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,8,19); }

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

background-color css

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

 a { background-color: rgb(31,8,19); }

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

border-color css

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

 span { border-color: rgb(31,8,19); }

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