Html Css Color HEX #270007 Rustic Red

📋 copy color: '#270007'

red 39 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #270007

Tints of Rustic Red #270007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 15.22%

R = 84.78%
G = 0%
B = 15.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#270007 (or 0x270007) is known color: Rustic Red. HEX triplet: 27, 00 and 07. RGB value is (39,0,7). Sum of RGB (Red+Green+Blue) = 39+0+7=46 (6% of max value = 765). Red value is 39 (15.62% from 255 or 84.78% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 39 - color contains mainly: red. Hex color #270007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270007 is #D8FFF8. Grayscale: #0C0C0C. Windows color (decimal): -14221305 or 458791. OLE color: 458791.

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

Color convert

RGB 39 0 7 -
CMYK 0 1 0.82 0.85
HSL 349.23º 1% 0.08% -
HSV(B) 349.23º 1% 0.15% -
XYZ 0.88 0.45 0.24 -
YUV 12.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 39 0 7 0 1 0.82 0.85 349.23 1 0.08
Hex 27 0 7 0 64 52 55 15D 64 8
Octal 47 0 7 0 144 122 125 535 144 10
Binary 100111 0 111 0 1100100 1010010 1010101 101011101 1100100 1000

Color Harmonies of #270007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270007

Black with #270007

Text Example


Text Example

White with #270007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270007; }

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

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

background-color css

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

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

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

border-color css

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

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

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