Html Css Color HEX #27010A Rustic Red

📋 copy color: '#27010A'

red 39 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #27010A

Tints of Rustic Red #27010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2%

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

R = 78%
G = 2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#27010A (or 0x27010A) is known color: Rustic Red. HEX triplet: 27, 01 and 0A. RGB value is (39,1,10). Sum of RGB (Red+Green+Blue) = 39+1+10=50 (6% of max value = 765). Red value is 39 (15.62% from 255 or 78% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 39 - color contains mainly: red. Hex color #27010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010A is #D8FEF5. Grayscale: #0D0D0D. Windows color (decimal): -14221046 or 655655. OLE color: 655655.

HSL color Cylindrical-coordinate representation of color #27010A: hue angle of 345.79º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27010A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 1 10 -
CMYK 0 0.97 0.74 0.85
HSL 345.79º 0.95% 0.08% -
HSV(B) 345.79º 0.97% 0.15% -
XYZ 0.9 0.47 0.33 -
YUV 13.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 39 1 10 0 0.97 0.74 0.85 345.79 0.95 0.08
Hex 27 1 A 0 61 4A 55 15A 5F 8
Octal 47 1 12 0 141 112 125 532 137 10
Binary 100111 1 1010 0 1100001 1001010 1010101 101011010 1011111 1000

Color Harmonies of #27010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27010A

Black with #27010A

Text Example


Text Example

White with #27010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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