Html Css Color HEX #A8181D Carmine

📋 copy color: '#A8181D'

red 168 ◦ green 24 ◦ blue 29

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

Shades of Carmine #A8181D

Tints of Carmine #A8181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 76.02%
G = 10.86%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8181D (or 0xA8181D) is known color: Carmine. HEX triplet: A8, 18 and 1D. RGB value is (168,24,29). Sum of RGB (Red+Green+Blue) = 168+24+29=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8181D is #57E7E2. Grayscale: #434343. Windows color (decimal): -5760995 or 1906856. OLE color: 1906856.

HSL color Cylindrical-coordinate representation of color #A8181D: hue angle of 357.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8181D is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 29 -
CMYK 0 0.86 0.83 0.34
HSL 357.92º 0.75% 0.38% -
HSV(B) 357.92º 0.86% 0.66% -
XYZ 16.7 9.07 2.03 -
YUV 67.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 168 24 29 0 0.86 0.83 0.34 357.92 0.75 0.38
Hex A8 18 1D 0 56 53 22 166 4B 26
Octal 250 30 35 0 126 123 42 546 113 46
Binary 10101000 11000 11101 0 1010110 1010011 100010 101100110 1001011 100110

Color Harmonies of #A8181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8181D

Black with #A8181D

Text Example


Text Example

White with #A8181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8181D; }

 p { color: rgb(168,24,29); }

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

background-color css

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

 a { background-color: rgb(168,24,29); }

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

border-color css

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

 span { border-color: rgb(168,24,29); }

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