Html Css Color HEX #270C0D Rustic Red

📋 copy color: '#270C0D'

red 39 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #270C0D

Tints of Rustic Red #270C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.75%

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

R = 60.94%
G = 18.75%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#270C0D (or 0x270C0D) is known color: Rustic Red. HEX triplet: 27, 0C and 0D. RGB value is (39,12,13). Sum of RGB (Red+Green+Blue) = 39+12+13=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C0D is #D8F3F2. Grayscale: #141414. Windows color (decimal): -14218227 or 855079. OLE color: 855079.

HSL color Cylindrical-coordinate representation of color #270C0D: hue angle of 357.78º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C0D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 12 13 -
CMYK 0 0.69 0.67 0.85
HSL 357.78º 0.53% 0.1% -
HSV(B) 357.78º 0.69% 0.15% -
XYZ 1.04 0.72 0.47 -
YUV 20.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 39 12 13 0 0.69 0.67 0.85 357.78 0.53 0.1
Hex 27 C D 0 45 43 55 166 35 A
Octal 47 14 15 0 105 103 125 546 65 12
Binary 100111 1100 1101 0 1000101 1000011 1010101 101100110 110101 1010

Color Harmonies of #270C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C0D

Black with #270C0D

Text Example


Text Example

White with #270C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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