Html Css Color HEX #370C1A Rustic Red

📋 copy color: '#370C1A'

red 55 ◦ green 12 ◦ blue 26

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

Shades of Rustic Red #370C1A

Tints of Rustic Red #370C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 59.14%
G = 12.9%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#370C1A (or 0x370C1A) is known color: Rustic Red. HEX triplet: 37, 0C and 1A. RGB value is (55,12,26). Sum of RGB (Red+Green+Blue) = 55+12+26=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C1A is #C8F3E5. Grayscale: #1A1A1A. Windows color (decimal): -13169638 or 1707063. OLE color: 1707063.

HSL color Cylindrical-coordinate representation of color #370C1A: hue angle of 340.47º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C1A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 26 -
CMYK 0 0.78 0.53 0.78
HSL 340.47º 0.64% 0.13% -
HSV(B) 340.47º 0.78% 0.22% -
XYZ 1.89 1.15 1.1 -
YUV 26.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 55 12 26 0 0.78 0.53 0.78 340.47 0.64 0.13
Hex 37 C 1A 0 4E 35 4E 154 40 D
Octal 67 14 32 0 116 65 116 524 100 15
Binary 110111 1100 11010 0 1001110 110101 1001110 101010100 1000000 1101

Color Harmonies of #370C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C1A

Black with #370C1A

Text Example


Text Example

White with #370C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C1A; }

 p { color: rgb(55,12,26); }

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

background-color css

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

 a { background-color: rgb(55,12,26); }

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

border-color css

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

 span { border-color: rgb(55,12,26); }

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