Html Css Color HEX #27000D Rustic Red

📋 copy color: '#27000D'

red 39 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #27000D

Tints of Rustic Red #27000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#27000D (or 0x27000D) is known color: Rustic Red. HEX triplet: 27, 00 and 0D. RGB value is (39,0,13). Sum of RGB (Red+Green+Blue) = 39+0+13=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #27000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000D is #D8FFF2. Grayscale: #0D0D0D. Windows color (decimal): -14221299 or 852007. OLE color: 852007.

HSL color Cylindrical-coordinate representation of color #27000D: hue angle of 340º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27000D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 0 13 -
CMYK 0 1 0.67 0.85
HSL 340º 1% 0.08% -
HSV(B) 340º 1% 0.15% -
XYZ 0.91 0.46 0.42 -
YUV 13.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 39 0 13 0 1 0.67 0.85 340 1 0.08
Hex 27 0 D 0 64 43 55 154 64 8
Octal 47 0 15 0 144 103 125 524 144 10
Binary 100111 0 1101 0 1100100 1000011 1010101 101010100 1100100 1000

Color Harmonies of #27000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27000D

Black with #27000D

Text Example


Text Example

White with #27000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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