Html Css Color HEX #37000C Rustic Red

📋 copy color: '#37000C'

red 55 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #37000C

Tints of Rustic Red #37000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.91%

R = 82.09%
G = 0%
B = 17.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37000C (or 0x37000C) is known color: Rustic Red. HEX triplet: 37, 00 and 0C. RGB value is (55,0,12). Sum of RGB (Red+Green+Blue) = 55+0+12=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #37000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000C is #C8FFF3. Grayscale: #111111. Windows color (decimal): -13172724 or 786487. OLE color: 786487.

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

Color convert

RGB 55 0 12 -
CMYK 0 1 0.78 0.78
HSL 346.91º 1% 0.11% -
HSV(B) 346.91º 1% 0.22% -
XYZ 1.64 0.84 0.42 -
YUV 17.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 55 0 12 0 1 0.78 0.78 346.91 1 0.11
Hex 37 0 C 0 64 4E 4E 15B 64 B
Octal 67 0 14 0 144 116 116 533 144 13
Binary 110111 0 1100 0 1100100 1001110 1001110 101011011 1100100 1011

Color Harmonies of #37000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37000C

Black with #37000C

Text Example


Text Example

White with #37000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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