Html Css Color HEX #270212 Rustic Red

📋 copy color: '#270212'

red 39 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #270212

Tints of Rustic Red #270212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

 BLUE value IS 18 (7.42% from 255) = 30.51%

R = 66.1%
G = 3.39%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#270212 (or 0x270212) is known color: Rustic Red. HEX triplet: 27, 02 and 12. RGB value is (39,2,18). Sum of RGB (Red+Green+Blue) = 39+2+18=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #270212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270212 is #D8FDED. Grayscale: #0E0E0E. Windows color (decimal): -14220782 or 1180199. OLE color: 1180199.

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

Color convert

RGB 39 2 18 -
CMYK 0 0.95 0.54 0.85
HSL 334.05º 0.9% 0.08% -
HSV(B) 334.05º 0.95% 0.15% -
XYZ 0.97 0.52 0.62 -
YUV 14.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 39 2 18 0 0.95 0.54 0.85 334.05 0.9 0.08
Hex 27 2 12 0 5F 36 55 14E 5A 8
Octal 47 2 22 0 137 66 125 516 132 10
Binary 100111 10 10010 0 1011111 110110 1010101 101001110 1011010 1000

Color Harmonies of #270212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270212

Black with #270212

Text Example


Text Example

White with #270212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270212; }

 p { color: rgb(39,2,18); }

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

background-color css

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

 a { background-color: rgb(39,2,18); }

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

border-color css

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

 span { border-color: rgb(39,2,18); }

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