Html Css Color HEX #370003 Rustic Red

📋 copy color: '#370003'

red 55 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #370003

Tints of Rustic Red #370003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.17%

R = 94.83%
G = 0%
B = 5.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#370003 (or 0x370003) is known color: Rustic Red. HEX triplet: 37, 00 and 03. RGB value is (55,0,3). Sum of RGB (Red+Green+Blue) = 55+0+3=58 (7% of max value = 765). Red value is 55 (21.88% from 255 or 94.83% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 55 - color contains mainly: red. Hex color #370003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370003 is #C8FFFC. Grayscale: #101010. Windows color (decimal): -13172733 or 196663. OLE color: 196663.

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

Color convert

RGB 55 0 3 -
CMYK 0 1 0.95 0.78
HSL 356.73º 1% 0.11% -
HSV(B) 356.73º 1% 0.22% -
XYZ 1.59 0.82 0.16 -
YUV 16.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 55 0 3 0 1 0.95 0.78 356.73 1 0.11
Hex 37 0 3 0 64 5F 4E 165 64 B
Octal 67 0 3 0 144 137 116 545 144 13
Binary 110111 0 11 0 1100100 1011111 1001110 101100101 1100100 1011

Color Harmonies of #370003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370003

Black with #370003

Text Example


Text Example

White with #370003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370003; }

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

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

background-color css

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

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

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

border-color css

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

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

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