Html Css Color HEX #370002 Rustic Red

📋 copy color: '#370002'

red 55 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #370002

Tints of Rustic Red #370002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 96.49%
G = 0%
B = 3.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#370002 (or 0x370002) is known color: Rustic Red. HEX triplet: 37, 00 and 02. RGB value is (55,0,2). Sum of RGB (Red+Green+Blue) = 55+0+2=57 (7% of max value = 765). Red value is 55 (21.88% from 255 or 96.49% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 55 - color contains mainly: red. Hex color #370002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370002 is #C8FFFD. Grayscale: #101010. Windows color (decimal): -13172734 or 131127. OLE color: 131127.

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

Color convert

RGB 55 0 2 -
CMYK 0 1 0.96 0.78
HSL 357.82º 1% 0.11% -
HSV(B) 357.82º 1% 0.22% -
XYZ 1.59 0.82 0.13 -
YUV 16.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 55 0 2 0 1 0.96 0.78 357.82 1 0.11
Hex 37 0 2 0 64 60 4E 166 64 B
Octal 67 0 2 0 144 140 116 546 144 13
Binary 110111 0 10 0 1100100 1100000 1001110 101100110 1100100 1011

Color Harmonies of #370002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370002

Black with #370002

Text Example


Text Example

White with #370002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370002; }

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

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

background-color css

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

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

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

border-color css

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

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

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