Html Css Color HEX #370512 Rustic Red

📋 copy color: '#370512'

red 55 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #370512

Tints of Rustic Red #370512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.41%

 BLUE value IS 18 (7.42% from 255) = 23.08%

R = 70.51%
G = 6.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370512 (or 0x370512) is known color: Rustic Red. HEX triplet: 37, 05 and 12. RGB value is (55,5,18). Sum of RGB (Red+Green+Blue) = 55+5+18=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370512 is #C8FAED. Grayscale: #151515. Windows color (decimal): -13171438 or 1180983. OLE color: 1180983.

HSL color Cylindrical-coordinate representation of color #370512: hue angle of 344.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370512 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 5 18 -
CMYK 0 0.91 0.67 0.78
HSL 344.4º 0.83% 0.12% -
HSV(B) 344.4º 0.91% 0.22% -
XYZ 1.74 0.96 0.67 -
YUV 21.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 55 5 18 0 0.91 0.67 0.78 344.4 0.83 0.12
Hex 37 5 12 0 5B 43 4E 158 53 C
Octal 67 5 22 0 133 103 116 530 123 14
Binary 110111 101 10010 0 1011011 1000011 1001110 101011000 1010011 1100

Color Harmonies of #370512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370512

Black with #370512

Text Example


Text Example

White with #370512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370512; }

 p { color: rgb(55,5,18); }

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

background-color css

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

 a { background-color: rgb(55,5,18); }

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

border-color css

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

 span { border-color: rgb(55,5,18); }

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