Html Css Color HEX #310B15 Rustic Red

📋 copy color: '#310B15'

red 49 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #310B15

Tints of Rustic Red #310B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.58%

 BLUE value IS 21 (8.59% from 255) = 25.93%

R = 60.49%
G = 13.58%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#310B15 (or 0x310B15) is known color: Rustic Red. HEX triplet: 31, 0B and 15. RGB value is (49,11,21). Sum of RGB (Red+Green+Blue) = 49+11+21=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #310B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B15 is #CEF4EA. Grayscale: #171717. Windows color (decimal): -13563115 or 1379121. OLE color: 1379121.

HSL color Cylindrical-coordinate representation of color #310B15: hue angle of 344.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B15 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 11 21 -
CMYK 0 0.78 0.57 0.81
HSL 344.21º 0.63% 0.12% -
HSV(B) 344.21º 0.78% 0.19% -
XYZ 1.52 0.95 0.81 -
YUV 23.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 49 11 21 0 0.78 0.57 0.81 344.21 0.63 0.12
Hex 31 B 15 0 4E 39 51 158 3F C
Octal 61 13 25 0 116 71 121 530 77 14
Binary 110001 1011 10101 0 1001110 111001 1010001 101011000 111111 1100

Color Harmonies of #310B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B15

Black with #310B15

Text Example


Text Example

White with #310B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310B15; }

 p { color: rgb(49,11,21); }

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

background-color css

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

 a { background-color: rgb(49,11,21); }

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

border-color css

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

 span { border-color: rgb(49,11,21); }

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