Html Css Color HEX #270001 Rustic Red

📋 copy color: '#270001'

red 39 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #270001

Tints of Rustic Red #270001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 97.5%
G = 0%
B = 2.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#270001 (or 0x270001) is known color: Rustic Red. HEX triplet: 27, 00 and 01. RGB value is (39,0,1). Sum of RGB (Red+Green+Blue) = 39+0+1=40 (5% of max value = 765). Red value is 39 (15.62% from 255 or 97.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 39 - color contains mainly: red. Hex color #270001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270001 is #D8FFFE. Grayscale: #0B0B0B. Windows color (decimal): -14221311 or 65575. OLE color: 65575.

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

Color convert

RGB 39 0 1 -
CMYK 0 1 0.97 0.85
HSL 358.46º 1% 0.08% -
HSV(B) 358.46º 1% 0.15% -
XYZ 0.84 0.43 0.07 -
YUV 11.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 39 0 1 0 1 0.97 0.85 358.46 1 0.08
Hex 27 0 1 0 64 61 55 166 64 8
Octal 47 0 1 0 144 141 125 546 144 10
Binary 100111 0 1 0 1100100 1100001 1010101 101100110 1100100 1000

Color Harmonies of #270001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270001

Black with #270001

Text Example


Text Example

White with #270001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270001; }

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

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

background-color css

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

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

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

border-color css

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

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

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