Html Css Color HEX #310009 Rustic Red

📋 copy color: '#310009'

red 49 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #310009

Tints of Rustic Red #310009

RGB

 RED value IS 49 (19.53% from 255) = 84.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 84.48%
G = 0%
B = 15.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#310009 (or 0x310009) is known color: Rustic Red. HEX triplet: 31, 00 and 09. RGB value is (49,0,9). Sum of RGB (Red+Green+Blue) = 49+0+9=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310009 is #CEFFF6. Grayscale: #0F0F0F. Windows color (decimal): -13565943 or 589873. OLE color: 589873.

HSL color Cylindrical-coordinate representation of color #310009: hue angle of 348.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310009 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 9 -
CMYK 0 1 0.82 0.81
HSL 348.98º 1% 0.1% -
HSV(B) 348.98º 1% 0.19% -
XYZ 1.32 0.67 0.32 -
YUV 15.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 49 0 9 0 1 0.82 0.81 348.98 1 0.1
Hex 31 0 9 0 64 52 51 15D 64 A
Octal 61 0 11 0 144 122 121 535 144 12
Binary 110001 0 1001 0 1100100 1010010 1010001 101011101 1100100 1010

Color Harmonies of #310009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310009

Black with #310009

Text Example


Text Example

White with #310009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310009; }

 p { color: rgb(49,0,9); }

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

background-color css

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

 a { background-color: rgb(49,0,9); }

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

border-color css

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

 span { border-color: rgb(49,0,9); }

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