Html Css Color HEX #27040C Rustic Red

📋 copy color: '#27040C'

red 39 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #27040C

Tints of Rustic Red #27040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

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

R = 70.91%
G = 7.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#27040C (or 0x27040C) is known color: Rustic Red. HEX triplet: 27, 04 and 0C. RGB value is (39,4,12). Sum of RGB (Red+Green+Blue) = 39+4+12=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #27040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27040C is #D8FBF3. Grayscale: #0F0F0F. Windows color (decimal): -14220276 or 787495. OLE color: 787495.

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

Color convert

RGB 39 4 12 -
CMYK 0 0.90 0.69 0.85
HSL 346.29º 0.81% 0.08% -
HSV(B) 346.29º 0.9% 0.15% -
XYZ 0.95 0.54 0.4 -
YUV 15.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 39 4 12 0 0.90 0.69 0.85 346.29 0.81 0.08
Hex 27 4 C 0 5A 45 55 15A 51 8
Octal 47 4 14 0 132 105 125 532 121 10
Binary 100111 100 1100 0 1011010 1000101 1010101 101011010 1010001 1000

Color Harmonies of #27040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27040C

Black with #27040C

Text Example


Text Example

White with #27040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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