Html Css Color HEX #370001 Rustic Red

📋 copy color: '#370001'

red 55 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #370001

Tints of Rustic Red #370001

RGB

 RED value IS 55 (21.88% from 255) = 98.21%

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

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

R = 98.21%
G = 0%
B = 1.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370001 (or 0x370001) is known color: Rustic Red. HEX triplet: 37, 00 and 01. RGB value is (55,0,1). Sum of RGB (Red+Green+Blue) = 55+0+1=56 (7% of max value = 765). Red value is 55 (21.88% from 255 or 98.21% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 55 - color contains mainly: red. Hex color #370001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370001 is #C8FFFE. Grayscale: #101010. Windows color (decimal): -13172735 or 65591. OLE color: 65591.

HSL color Cylindrical-coordinate representation of color #370001: hue angle of 358.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 1 -
CMYK 0 1 0.98 0.78
HSL 358.91º 1% 0.11% -
HSV(B) 358.91º 1% 0.22% -
XYZ 1.58 0.81 0.1 -
YUV 16.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 55 0 1 0 1 0.98 0.78 358.91 1 0.11
Hex 37 0 1 0 64 62 4E 167 64 B
Octal 67 0 1 0 144 142 116 547 144 13
Binary 110111 0 1 0 1100100 1100010 1001110 101100111 1100100 1011

Color Harmonies of #370001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370001

Black with #370001

Text Example


Text Example

White with #370001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370001; }

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

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

background-color css

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

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

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

border-color css

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

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

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