Html Css Color HEX #370A12 Rustic Red

📋 copy color: '#370A12'

red 55 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #370A12

Tints of Rustic Red #370A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

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

R = 66.27%
G = 12.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370A12 (or 0x370A12) is known color: Rustic Red. HEX triplet: 37, 0A and 12. RGB value is (55,10,18). Sum of RGB (Red+Green+Blue) = 55+10+18=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A12 is #C8F5ED. Grayscale: #181818. Windows color (decimal): -13170158 or 1182263. OLE color: 1182263.

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

Color convert

RGB 55 10 18 -
CMYK 0 0.82 0.67 0.78
HSL 349.33º 0.69% 0.13% -
HSV(B) 349.33º 0.82% 0.22% -
XYZ 1.79 1.07 0.68 -
YUV 24.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 55 10 18 0 0.82 0.67 0.78 349.33 0.69 0.13
Hex 37 A 12 0 52 43 4E 15D 45 D
Octal 67 12 22 0 122 103 116 535 105 15
Binary 110111 1010 10010 0 1010010 1000011 1001110 101011101 1000101 1101

Color Harmonies of #370A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A12

Black with #370A12

Text Example


Text Example

White with #370A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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