Html Css Color HEX #37000A Rustic Red

📋 copy color: '#37000A'

red 55 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #37000A

Tints of Rustic Red #37000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37000A (or 0x37000A) is known color: Rustic Red. HEX triplet: 37, 00 and 0A. RGB value is (55,0,10). Sum of RGB (Red+Green+Blue) = 55+0+10=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #37000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000A is #C8FFF5. Grayscale: #111111. Windows color (decimal): -13172726 or 655415. OLE color: 655415.

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

Color convert

RGB 55 0 10 -
CMYK 0 1 0.82 0.78
HSL 349.09º 1% 0.11% -
HSV(B) 349.09º 1% 0.22% -
XYZ 1.63 0.83 0.36 -
YUV 17.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 55 0 10 0 1 0.82 0.78 349.09 1 0.11
Hex 37 0 A 0 64 52 4E 15D 64 B
Octal 67 0 12 0 144 122 116 535 144 13
Binary 110111 0 1010 0 1100100 1010010 1001110 101011101 1100100 1011

Color Harmonies of #37000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37000A

Black with #37000A

Text Example


Text Example

White with #37000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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