Html Css Color HEX #37010A Rustic Red

📋 copy color: '#37010A'

red 55 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #37010A

Tints of Rustic Red #37010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.52%

 BLUE value IS 10 (4.3% from 255) = 15.15%

R = 83.33%
G = 1.52%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37010A (or 0x37010A) is known color: Rustic Red. HEX triplet: 37, 01 and 0A. RGB value is (55,1,10). Sum of RGB (Red+Green+Blue) = 55+1+10=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #37010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37010A is #C8FEF5. Grayscale: #121212. Windows color (decimal): -13172470 or 655671. OLE color: 655671.

HSL color Cylindrical-coordinate representation of color #37010A: hue angle of 350º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37010A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 10 -
CMYK 0 0.98 0.82 0.78
HSL 350º 0.96% 0.11% -
HSV(B) 350º 0.98% 0.22% -
XYZ 1.64 0.86 0.37 -
YUV 18.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 55 1 10 0 0.98 0.82 0.78 350 0.96 0.11
Hex 37 1 A 0 62 52 4E 15E 60 B
Octal 67 1 12 0 142 122 116 536 140 13
Binary 110111 1 1010 0 1100010 1010010 1001110 101011110 1100000 1011

Color Harmonies of #37010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37010A

Black with #37010A

Text Example


Text Example

White with #37010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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