#270004

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

Shades of Rustic Red #270004

Tints of Rustic Red #270004

Color information

#270004 (or 0x270004) is unknown color: approx Rustic Red. HEX triplet: 27, 00 and 04. RGB value is (39,0,4). Sum of RGB (Red+Green+Blue) = 39+0+4=43 (5% of max value = 765). Red value is 39 (15.62% from 255 or 90.70% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 39 - color contains mainly: red. Hex color #270004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270004 is #D8FFFB. Grayscale: #0C0C0C. Windows color (decimal): -14221308 or 262183. OLE color: 262183.

HSL color Cylindrical-coordinate representation of color #270004: hue angle of 353.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270004 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB3904-
CMYK010.900.85
HSL353.85º100%7.65%-
HSV(B)353.85º100%15.29%-
XYZ0.860.440.15-
YUV12.12123.42147.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 90.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=90.70%
G=0%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3904010.900.85353.851007.65
Hex27040645A55162648
Octal4704014413212554214410
Binary1001110100011001001011010101010110110001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270004; }

 p { color: rgb(39,0,4); }

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

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

 a { background-color: rgb(39,0,4); }

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

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

 span { border-color: rgb(39,0,4); }

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