Html Css Color HEX #270409 Rustic Red

📋 copy color: '#270409'

red 39 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #270409

Tints of Rustic Red #270409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 17.31%

R = 75%
G = 7.69%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#270409 (or 0x270409) is known color: Rustic Red. HEX triplet: 27, 04 and 09. RGB value is (39,4,9). Sum of RGB (Red+Green+Blue) = 39+4+9=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #270409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270409 is #D8FBF6. Grayscale: #0F0F0F. Windows color (decimal): -14220279 or 590887. OLE color: 590887.

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

Color convert

RGB 39 4 9 -
CMYK 0 0.90 0.77 0.85
HSL 351.43º 0.81% 0.08% -
HSV(B) 351.43º 0.9% 0.15% -
XYZ 0.93 0.54 0.31 -
YUV 15.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 39 4 9 0 0.90 0.77 0.85 351.43 0.81 0.08
Hex 27 4 9 0 5A 4D 55 15F 51 8
Octal 47 4 11 0 132 115 125 537 121 10
Binary 100111 100 1001 0 1011010 1001101 1010101 101011111 1010001 1000

Color Harmonies of #270409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270409

Black with #270409

Text Example


Text Example

White with #270409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270409; }

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

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

background-color css

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

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

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

border-color css

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

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

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