Html Css Color HEX #A8132C Carmine

📋 copy color: '#A8132C'

red 168 ◦ green 19 ◦ blue 44

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

Shades of Carmine #A8132C

Tints of Carmine #A8132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.05%

R = 72.73%
G = 8.23%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8132C (or 0xA8132C) is known color: Carmine. HEX triplet: A8, 13 and 2C. RGB value is (168,19,44). Sum of RGB (Red+Green+Blue) = 168+19+44=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8132C is #57ECD3. Grayscale: #424242. Windows color (decimal): -5762260 or 2888616. OLE color: 2888616.

HSL color Cylindrical-coordinate representation of color #A8132C: hue angle of 349.93º 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 #A8132C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 44 -
CMYK 0 0.89 0.74 0.34
HSL 349.93º 0.8% 0.37% -
HSV(B) 349.93º 0.89% 0.66% -
XYZ 16.84 8.97 3.23 -
YUV 66.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 168 19 44 0 0.89 0.74 0.34 349.93 0.8 0.37
Hex A8 13 2C 0 59 4A 22 15E 50 25
Octal 250 23 54 0 131 112 42 536 120 45
Binary 10101000 10011 101100 0 1011001 1001010 100010 101011110 1010000 100101

Color Harmonies of #A8132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8132C

Black with #A8132C

Text Example


Text Example

White with #A8132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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