#34131B

Color #34131B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #34131B

Tints of Rustic Red #34131B

Color information

#34131B (or 0x34131B) is unknown color: approx Rustic Red. HEX triplet: 34, 13 and 1B. RGB value is (52,19,27). Sum of RGB (Red+Green+Blue) = 52+19+27=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34131B is #CBECE4. Grayscale: #1D1D1D. Windows color (decimal): -13364453 or 1774388. OLE color: 1774388.

HSL color Cylindrical-coordinate representation of color #34131B: hue angle of 345.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34131B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB521927-
CMYK00.630.480.80
HSL345.45º46.48%13.92%-
HSV(B)345.45º63.46%20.39%-
XYZ1.851.271.19-
YUV29.78126.43143.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=53.06%
G=19.39%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52192700.630.480.80345.4546.4813.92
Hex34131B03F30501592ee
Octal642333077601205315616
Binary1101001001111011011111111000010100001010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34131B; }

 p { color: rgb(52,19,27); }

 H1.HeaderClassName
 {
   color: #34131B;
 }
 .AnyTagClassName
 {
   color: #34131B;
 }
</style>
background-color css

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

 a { background-color: rgb(52,19,27); }

 div.DivClassName
 {
   background-color: #34131B;
 }
 .BgClassName
 {
   background-color: #34131B;
 }
</style>
border-color css

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

 span { border-color: rgb(52,19,27); }

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