Html Css Color HEX #27010D Rustic Red

📋 copy color: '#27010D'

red 39 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #27010D

Tints of Rustic Red #27010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 24.53%

R = 73.58%
G = 1.89%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#27010D (or 0x27010D) is known color: Rustic Red. HEX triplet: 27, 01 and 0D. RGB value is (39,1,13). Sum of RGB (Red+Green+Blue) = 39+1+13=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #27010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27010D is #D8FEF2. Grayscale: #0D0D0D. Windows color (decimal): -14221043 or 852263. OLE color: 852263.

HSL color Cylindrical-coordinate representation of color #27010D: hue angle of 341.05º 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 #27010D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 1 13 -
CMYK 0 0.97 0.67 0.85
HSL 341.05º 0.95% 0.08% -
HSV(B) 341.05º 0.97% 0.15% -
XYZ 0.92 0.48 0.43 -
YUV 13.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 39 1 13 0 0.97 0.67 0.85 341.05 0.95 0.08
Hex 27 1 D 0 61 43 55 155 5F 8
Octal 47 1 15 0 141 103 125 525 137 10
Binary 100111 1 1101 0 1100001 1000011 1010101 101010101 1011111 1000

Color Harmonies of #27010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27010D

Black with #27010D

Text Example


Text Example

White with #27010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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