Html Css Color HEX #1F030F Rustic Red

📋 copy color: '#1F030F'

red 31 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #1F030F

Tints of Rustic Red #1F030F

RGB

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

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

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

R = 63.27%
G = 6.12%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#1F030F (or 0x1F030F) is known color: Rustic Red. HEX triplet: 1F, 03 and 0F. RGB value is (31,3,15). Sum of RGB (Red+Green+Blue) = 31+3+15=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030F is #E0FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14744817 or 983839. OLE color: 983839.

HSL color Cylindrical-coordinate representation of color #1F030F: hue angle of 334.29º 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 #1F030F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 3 15 -
CMYK 0 0.90 0.52 0.88
HSL 334.29º 0.82% 0.07% -
HSV(B) 334.29º 0.9% 0.12% -
XYZ 0.68 0.39 0.49 -
YUV 12.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 31 3 15 0 0.90 0.52 0.88 334.29 0.82 0.07
Hex 1F 3 F 0 5A 34 58 14E 52 7
Octal 37 3 17 0 132 64 130 516 122 7
Binary 11111 11 1111 0 1011010 110100 1011000 101001110 1010010 111

Color Harmonies of #1F030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F030F

Black with #1F030F

Text Example


Text Example

White with #1F030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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