Html Css Color HEX #A40231 Carmine

📋 copy color: '#A40231'

red 164 ◦ green 2 ◦ blue 49

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

Shades of Carmine #A40231

Tints of Carmine #A40231

RGB

 RED value IS 164 (64.45% from 255) = 76.28%

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 76.28%
G = 0.93%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A40231 (or 0xA40231) is known color: Carmine. HEX triplet: A4, 02 and 31. RGB value is (164,2,49). Sum of RGB (Red+Green+Blue) = 164+2+49=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A40231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40231 is #5BFDCE. Grayscale: #373737. Windows color (decimal): -6028751 or 3211940. OLE color: 3211940.

HSL color Cylindrical-coordinate representation of color #A40231: hue angle of 342.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40231 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 49 -
CMYK 0 0.99 0.70 0.36
HSL 342.59º 0.98% 0.33% -
HSV(B) 342.59º 0.99% 0.64% -
XYZ 15.89 8.16 3.64 -
YUV 55.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 164 2 49 0 0.99 0.70 0.36 342.59 0.98 0.33
Hex A4 2 31 0 63 46 24 157 62 21
Octal 244 2 61 0 143 106 44 527 142 41
Binary 10100100 10 110001 0 1100011 1000110 100100 101010111 1100010 100001

Color Harmonies of #A40231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40231

Black with #A40231

Text Example


Text Example

White with #A40231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40231; }

 p { color: rgb(164,2,49); }

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

background-color css

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

 a { background-color: rgb(164,2,49); }

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

border-color css

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

 span { border-color: rgb(164,2,49); }

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