Html Css Color HEX #370C0E Rustic Red

📋 copy color: '#370C0E'

red 55 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #370C0E

Tints of Rustic Red #370C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 67.9%
G = 14.81%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#370C0E (or 0x370C0E) is known color: Rustic Red. HEX triplet: 37, 0C and 0E. RGB value is (55,12,14). Sum of RGB (Red+Green+Blue) = 55+12+14=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0E is #C8F3F1. Grayscale: #191919. Windows color (decimal): -13169650 or 920631. OLE color: 920631.

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

Color convert

RGB 55 12 14 -
CMYK 0 0.78 0.75 0.78
HSL 357.21º 0.64% 0.13% -
HSV(B) 357.21º 0.78% 0.22% -
XYZ 1.79 1.11 0.53 -
YUV 25.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 55 12 14 0 0.78 0.75 0.78 357.21 0.64 0.13
Hex 37 C E 0 4E 4B 4E 165 40 D
Octal 67 14 16 0 116 113 116 545 100 15
Binary 110111 1100 1110 0 1001110 1001011 1001110 101100101 1000000 1101

Color Harmonies of #370C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C0E

Black with #370C0E

Text Example


Text Example

White with #370C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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