Html Css Color HEX #A00837 Carmine

📋 copy color: '#A00837'

red 160 ◦ green 8 ◦ blue 55

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

Shades of Carmine #A00837

Tints of Carmine #A00837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 71.75%
G = 3.59%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A00837 (or 0xA00837) is known color: Carmine. HEX triplet: A0, 08 and 37. RGB value is (160,8,55). Sum of RGB (Red+Green+Blue) = 160+8+55=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A00837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00837 is #5FF7C8. Grayscale: #3A3A3A. Windows color (decimal): -6289353 or 3606688. OLE color: 3606688.

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

Color convert

RGB 160 8 55 -
CMYK 0 0.95 0.66 0.37
HSL 341.45º 0.9% 0.33% -
HSV(B) 341.45º 0.95% 0.63% -
XYZ 15.27 7.92 4.34 -
YUV 58.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 160 8 55 0 0.95 0.66 0.37 341.45 0.9 0.33
Hex A0 8 37 0 5F 42 25 155 5A 21
Octal 240 10 67 0 137 102 45 525 132 41
Binary 10100000 1000 110111 0 1011111 1000010 100101 101010101 1011010 100001

Color Harmonies of #A00837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00837

Black with #A00837

Text Example


Text Example

White with #A00837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00837; }

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

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

background-color css

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

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

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

border-color css

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

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

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