#270B0F

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

Shades of Rustic Red #270B0F

Tints of Rustic Red #270B0F

Color information

#270B0F (or 0x270B0F) is unknown color: approx Rustic Red. HEX triplet: 27, 0B and 0F. RGB value is (39,11,15). Sum of RGB (Red+Green+Blue) = 39+11+15=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B0F is #D8F4F0. Grayscale: #131313. Windows color (decimal): -14218481 or 985895. OLE color: 985895.

HSL color Cylindrical-coordinate representation of color #270B0F: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270B0F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB391115-
CMYK00.720.620.85
HSL351.43º56%9.8%-
HSV(B)351.43º71.79%15.29%-
XYZ1.040.710.53-
YUV19.83125.28141.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=60%
G=16.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39111500.720.620.85351.43569.8
Hex27BF0483E5515f38a
Octal4713170110761255377012
Binary100111101111110100100011111010101011010111111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270B0F; }

 p { color: rgb(39,11,15); }

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

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

 a { background-color: rgb(39,11,15); }

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

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

 span { border-color: rgb(39,11,15); }

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