Html Css Color HEX #310506 Rustic Red

📋 copy color: '#310506'

red 49 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #310506

Tints of Rustic Red #310506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

 BLUE value IS 6 (2.73% from 255) = 10%

R = 81.67%
G = 8.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#310506 (or 0x310506) is known color: Rustic Red. HEX triplet: 31, 05 and 06. RGB value is (49,5,6). Sum of RGB (Red+Green+Blue) = 49+5+6=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310506 is #CEFAF9. Grayscale: #121212. Windows color (decimal): -13564666 or 394545. OLE color: 394545.

HSL color Cylindrical-coordinate representation of color #310506: hue angle of 358.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310506 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 5 6 -
CMYK 0 0.90 0.88 0.81
HSL 358.64º 0.81% 0.11% -
HSV(B) 358.64º 0.9% 0.19% -
XYZ 1.35 0.77 0.25 -
YUV 18.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 49 5 6 0 0.90 0.88 0.81 358.64 0.81 0.11
Hex 31 5 6 0 5A 58 51 167 51 B
Octal 61 5 6 0 132 130 121 547 121 13
Binary 110001 101 110 0 1011010 1011000 1010001 101100111 1010001 1011

Color Harmonies of #310506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310506

Black with #310506

Text Example


Text Example

White with #310506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310506; }

 p { color: rgb(49,5,6); }

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

background-color css

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

 a { background-color: rgb(49,5,6); }

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

border-color css

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

 span { border-color: rgb(49,5,6); }

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