Html Css Color HEX #270713 Rustic Red

📋 copy color: '#270713'

red 39 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #270713

Tints of Rustic Red #270713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 60%
G = 10.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#270713 (or 0x270713) is known color: Rustic Red. HEX triplet: 27, 07 and 13. RGB value is (39,7,19). Sum of RGB (Red+Green+Blue) = 39+7+19=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #270713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270713 is #D8F8EC. Grayscale: #111111. Windows color (decimal): -14219501 or 1247015. OLE color: 1247015.

HSL color Cylindrical-coordinate representation of color #270713: hue angle of 337.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270713 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 7 19 -
CMYK 0 0.82 0.51 0.85
HSL 337.5º 0.7% 0.09% -
HSV(B) 337.5º 0.82% 0.15% -
XYZ 1.03 0.63 0.68 -
YUV 17.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 39 7 19 0 0.82 0.51 0.85 337.5 0.7 0.09
Hex 27 7 13 0 52 33 55 152 46 9
Octal 47 7 23 0 122 63 125 522 106 11
Binary 100111 111 10011 0 1010010 110011 1010101 101010010 1000110 1001

Color Harmonies of #270713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270713

Black with #270713

Text Example


Text Example

White with #270713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270713; }

 p { color: rgb(39,7,19); }

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

background-color css

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

 a { background-color: rgb(39,7,19); }

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

border-color css

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

 span { border-color: rgb(39,7,19); }

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