Html Css Color HEX #A00531 Carmine

📋 copy color: '#A00531'

red 160 ◦ green 5 ◦ blue 49

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

Shades of Carmine #A00531

Tints of Carmine #A00531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 74.77%
G = 2.34%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A00531 (or 0xA00531) is known color: Carmine. HEX triplet: A0, 05 and 31. RGB value is (160,5,49). Sum of RGB (Red+Green+Blue) = 160+5+49=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00531 is #5FFACE. Grayscale: #383838. Windows color (decimal): -6290127 or 3212704. OLE color: 3212704.

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

Color convert

RGB 160 5 49 -
CMYK 0 0.97 0.69 0.37
HSL 342.97º 0.94% 0.32% -
HSV(B) 342.97º 0.97% 0.63% -
XYZ 15.11 7.8 3.62 -
YUV 56.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 160 5 49 0 0.97 0.69 0.37 342.97 0.94 0.32
Hex A0 5 31 0 61 45 25 157 5E 20
Octal 240 5 61 0 141 105 45 527 136 40
Binary 10100000 101 110001 0 1100001 1000101 100101 101010111 1011110 100000

Color Harmonies of #A00531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00531

Black with #A00531

Text Example


Text Example

White with #A00531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00531; }

 p { color: rgb(160,5,49); }

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

background-color css

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

 a { background-color: rgb(160,5,49); }

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

border-color css

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

 span { border-color: rgb(160,5,49); }

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