Html Css Color HEX #331D1F Rustic Red

📋 copy color: '#331D1F'

red 51 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #331D1F

Tints of Rustic Red #331D1F

RGB

 RED value IS 51 (20.31% from 255) = 45.95%

 GREEN value IS 29 (11.72% from 255) = 26.13%

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 45.95%
G = 26.13%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#331D1F (or 0x331D1F) is known color: Rustic Red. HEX triplet: 33, 1D and 1F. RGB value is (51,29,31). Sum of RGB (Red+Green+Blue) = 51+29+31=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D1F is #CCE2E0. Grayscale: #232323. Windows color (decimal): -13427425 or 2039091. OLE color: 2039091.

HSL color Cylindrical-coordinate representation of color #331D1F: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331D1F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 29 31 -
CMYK 0 0.43 0.39 0.8
HSL 354.55º 0.28% 0.16% -
HSV(B) 354.55º 0.43% 0.2% -
XYZ 2.05 1.68 1.51 -
YUV 35.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 51 29 31 0 0.43 0.39 0.8 354.55 0.28 0.16
Hex 33 1D 1F 0 2B 27 50 163 1C 10
Octal 63 35 37 0 53 47 120 543 34 20
Binary 110011 11101 11111 0 101011 100111 1010000 101100011 11100 10000

Color Harmonies of #331D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D1F

Black with #331D1F

Text Example


Text Example

White with #331D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331D1F; }

 p { color: rgb(51,29,31); }

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

background-color css

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

 a { background-color: rgb(51,29,31); }

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

border-color css

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

 span { border-color: rgb(51,29,31); }

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