Html Css Color HEX #1F0203 Rustic Red

📋 copy color: '#1F0203'

red 31 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #1F0203

Tints of Rustic Red #1F0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.33%

R = 86.11%
G = 5.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#1F0203 (or 0x1F0203) is known color: Rustic Red. HEX triplet: 1F, 02 and 03. RGB value is (31,2,3). Sum of RGB (Red+Green+Blue) = 31+2+3=36 (4% of max value = 765). Red value is 31 (12.5% from 255 or 86.11% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0203 is #E0FDFC. Grayscale: #0A0A0A. Windows color (decimal): -14745085 or 197151. OLE color: 197151.

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

Color convert

RGB 31 2 3 -
CMYK 0 0.94 0.90 0.88
HSL 357.93º 0.88% 0.06% -
HSV(B) 357.93º 0.94% 0.12% -
XYZ 0.6 0.34 0.12 -
YUV 10.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 31 2 3 0 0.94 0.90 0.88 357.93 0.88 0.06
Hex 1F 2 3 0 5E 5A 58 166 58 6
Octal 37 2 3 0 136 132 130 546 130 6
Binary 11111 10 11 0 1011110 1011010 1011000 101100110 1011000 110

Color Harmonies of #1F0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0203

Black with #1F0203

Text Example


Text Example

White with #1F0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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