Html Css Color HEX #27090C Rustic Red

📋 copy color: '#27090C'

red 39 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #27090C

Tints of Rustic Red #27090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 20%

R = 65%
G = 15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#27090C (or 0x27090C) is known color: Rustic Red. HEX triplet: 27, 09 and 0C. RGB value is (39,9,12). Sum of RGB (Red+Green+Blue) = 39+9+12=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #27090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090C is #D8F6F3. Grayscale: #121212. Windows color (decimal): -14218996 or 788775. OLE color: 788775.

HSL color Cylindrical-coordinate representation of color #27090C: hue angle of 354º 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 #27090C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 9 12 -
CMYK 0 0.77 0.69 0.85
HSL 354º 0.63% 0.09% -
HSV(B) 354º 0.77% 0.15% -
XYZ 1 0.65 0.42 -
YUV 18.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 39 9 12 0 0.77 0.69 0.85 354 0.63 0.09
Hex 27 9 C 0 4D 45 55 162 3E 9
Octal 47 11 14 0 115 105 125 542 76 11
Binary 100111 1001 1100 0 1001101 1000101 1010101 101100010 111110 1001

Color Harmonies of #27090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27090C

Black with #27090C

Text Example


Text Example

White with #27090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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