#271419

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

Shades of Rustic Red #271419

Tints of Rustic Red #271419

Color information

#271419 (or 0x271419) is unknown color: approx Rustic Red. HEX triplet: 27, 14 and 19. RGB value is (39,20,25). Sum of RGB (Red+Green+Blue) = 39+20+25=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271419 is #D8EBE6. Grayscale: #1A1A1A. Windows color (decimal): -14216167 or 1643559. OLE color: 1643559.

HSL color Cylindrical-coordinate representation of color #271419: hue angle of 344.21º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #271419 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB392025-
CMYK00.490.360.85
HSL344.21º32.2%11.57%-
HSV(B)344.21º48.72%15.29%-
XYZ1.2611.05-
YUV26.25127.29137.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=46.43%
G=23.81%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202500.490.360.85344.2132.211.57
Hex271419031245515820c
Octal472431061441255304014
Binary1001111010011001011000110010010101011010110001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271419; }

 p { color: rgb(39,20,25); }

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

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

 a { background-color: rgb(39,20,25); }

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

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

 span { border-color: rgb(39,20,25); }

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