Html Css Color HEX #27090F Rustic Red

📋 copy color: '#27090F'

red 39 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #27090F

Tints of Rustic Red #27090F

RGB

 RED value IS 39 (15.63% from 255) = 61.9%

 GREEN value IS 9 (3.91% from 255) = 14.29%

 BLUE value IS 15 (6.25% from 255) = 23.81%

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#27090F (or 0x27090F) is known color: Rustic Red. HEX triplet: 27, 09 and 0F. RGB value is (39,9,15). Sum of RGB (Red+Green+Blue) = 39+9+15=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #27090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090F is #D8F6F0. Grayscale: #121212. Windows color (decimal): -14218993 or 985383. OLE color: 985383.

HSL color Cylindrical-coordinate representation of color #27090F: hue angle of 348º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27090F is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 9 15 -
CMYK 0 0.77 0.62 0.85
HSL 348º 0.63% 0.09% -
HSV(B) 348º 0.77% 0.15% -
XYZ 1.02 0.66 0.53 -
YUV 18.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 39 9 15 0 0.77 0.62 0.85 348 0.63 0.09
Hex 27 9 F 0 4D 3E 55 15C 3E 9
Octal 47 11 17 0 115 76 125 534 76 11
Binary 100111 1001 1111 0 1001101 111110 1010101 101011100 111110 1001

Color Harmonies of #27090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27090F

Black with #27090F

Text Example


Text Example

White with #27090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27090F; }

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

 H1.HeaderClassName
 {
   color: #27090F;
 }
 .AnyTagClassName
 {
   color: #27090F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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