Html Css Color HEX #27090A Rustic Red

📋 copy color: '#27090A'

red 39 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #27090A

Tints of Rustic Red #27090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.24%

R = 67.24%
G = 15.52%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#27090A (or 0x27090A) is known color: Rustic Red. HEX triplet: 27, 09 and 0A. RGB value is (39,9,10). Sum of RGB (Red+Green+Blue) = 39+9+10=58 (7% of max value = 765). Red value is 39 (15.62% from 255 or 67.24% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 39 - color contains mainly: red. Hex color #27090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090A is #D8F6F5. Grayscale: #121212. Windows color (decimal): -14218998 or 657703. OLE color: 657703.

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

Color convert

RGB 39 9 10 -
CMYK 0 0.77 0.74 0.85
HSL 358º 0.63% 0.09% -
HSV(B) 358º 0.77% 0.15% -
XYZ 0.99 0.65 0.36 -
YUV 18.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 39 9 10 0 0.77 0.74 0.85 358 0.63 0.09
Hex 27 9 A 0 4D 4A 55 166 3E 9
Octal 47 11 12 0 115 112 125 546 76 11
Binary 100111 1001 1010 0 1001101 1001010 1010101 101100110 111110 1001

Color Harmonies of #27090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27090A

Black with #27090A

Text Example


Text Example

White with #27090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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