Html Css Color HEX #A81424 Carmine

📋 copy color: '#A81424'

red 168 ◦ green 20 ◦ blue 36

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

Shades of Carmine #A81424

Tints of Carmine #A81424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 75%
G = 8.93%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A81424 (or 0xA81424) is known color: Carmine. HEX triplet: A8, 14 and 24. RGB value is (168,20,36). Sum of RGB (Red+Green+Blue) = 168+20+36=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81424 is #57EBDB. Grayscale: #424242. Windows color (decimal): -5762012 or 2364584. OLE color: 2364584.

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

Color convert

RGB 168 20 36 -
CMYK 0 0.88 0.79 0.34
HSL 353.51º 0.79% 0.37% -
HSV(B) 353.51º 0.88% 0.66% -
XYZ 16.72 8.95 2.52 -
YUV 66.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 168 20 36 0 0.88 0.79 0.34 353.51 0.79 0.37
Hex A8 14 24 0 58 4F 22 162 4F 25
Octal 250 24 44 0 130 117 42 542 117 45
Binary 10101000 10100 100100 0 1011000 1001111 100010 101100010 1001111 100101

Color Harmonies of #A81424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81424

Black with #A81424

Text Example


Text Example

White with #A81424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81424; }

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

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

background-color css

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

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

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

border-color css

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

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

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