Html Css Color HEX #A00937 Carmine

📋 copy color: '#A00937'

red 160 ◦ green 9 ◦ blue 55

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

Shades of Carmine #A00937

Tints of Carmine #A00937

RGB

 RED value IS 160 (62.89% from 255) = 71.43%

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 55 (21.88% from 255) = 24.55%

R = 71.43%
G = 4.02%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A00937 (or 0xA00937) is known color: Carmine. HEX triplet: A0, 09 and 37. RGB value is (160,9,55). Sum of RGB (Red+Green+Blue) = 160+9+55=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A00937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00937 is #5FF6C8. Grayscale: #3B3B3B. Windows color (decimal): -6289097 or 3606944. OLE color: 3606944.

HSL color Cylindrical-coordinate representation of color #A00937: hue angle of 341.72º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00937 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 55 -
CMYK 0 0.94 0.66 0.37
HSL 341.72º 0.89% 0.33% -
HSV(B) 341.72º 0.94% 0.63% -
XYZ 15.28 7.94 4.34 -
YUV 59.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 160 9 55 0 0.94 0.66 0.37 341.72 0.89 0.33
Hex A0 9 37 0 5E 42 25 156 59 21
Octal 240 11 67 0 136 102 45 526 131 41
Binary 10100000 1001 110111 0 1011110 1000010 100101 101010110 1011001 100001

Color Harmonies of #A00937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00937

Black with #A00937

Text Example


Text Example

White with #A00937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00937; }

 p { color: rgb(160,9,55); }

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

background-color css

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

 a { background-color: rgb(160,9,55); }

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

border-color css

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

 span { border-color: rgb(160,9,55); }

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