Html Css Color HEX #A81324 Carmine

📋 copy color: '#A81324'

red 168 ◦ green 19 ◦ blue 36

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

Shades of Carmine #A81324

Tints of Carmine #A81324

RGB

 RED value IS 168 (66.02% from 255) = 75.34%

 GREEN value IS 19 (7.81% from 255) = 8.52%

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 75.34%
G = 8.52%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A81324 (or 0xA81324) is known color: Carmine. HEX triplet: A8, 13 and 24. RGB value is (168,19,36). Sum of RGB (Red+Green+Blue) = 168+19+36=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81324 is #57ECDB. Grayscale: #414141. Windows color (decimal): -5762268 or 2364328. OLE color: 2364328.

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

Color convert

RGB 168 19 36 -
CMYK 0 0.89 0.79 0.34
HSL 353.15º 0.8% 0.37% -
HSV(B) 353.15º 0.89% 0.66% -
XYZ 16.7 8.92 2.51 -
YUV 65.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 168 19 36 0 0.89 0.79 0.34 353.15 0.8 0.37
Hex A8 13 24 0 59 4F 22 161 50 25
Octal 250 23 44 0 131 117 42 541 120 45
Binary 10101000 10011 100100 0 1011001 1001111 100010 101100001 1010000 100101

Color Harmonies of #A81324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81324

Black with #A81324

Text Example


Text Example

White with #A81324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81324; }

 p { color: rgb(168,19,36); }

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

background-color css

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

 a { background-color: rgb(168,19,36); }

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

border-color css

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

 span { border-color: rgb(168,19,36); }

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