Html Css Color HEX #A8181F Carmine

📋 copy color: '#A8181F'

red 168 ◦ green 24 ◦ blue 31

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

Shades of Carmine #A8181F

Tints of Carmine #A8181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 75.34%
G = 10.76%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8181F (or 0xA8181F) is known color: Carmine. HEX triplet: A8, 18 and 1F. RGB value is (168,24,31). Sum of RGB (Red+Green+Blue) = 168+24+31=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A8181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8181F is #57E7E0. Grayscale: #434343. Windows color (decimal): -5760993 or 2037928. OLE color: 2037928.

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

Color convert

RGB 168 24 31 -
CMYK 0 0.86 0.82 0.34
HSL 357.08º 0.75% 0.38% -
HSV(B) 357.08º 0.86% 0.66% -
XYZ 16.72 9.08 2.17 -
YUV 67.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 168 24 31 0 0.86 0.82 0.34 357.08 0.75 0.38
Hex A8 18 1F 0 56 52 22 165 4B 26
Octal 250 30 37 0 126 122 42 545 113 46
Binary 10101000 11000 11111 0 1010110 1010010 100010 101100101 1001011 100110

Color Harmonies of #A8181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8181F

Black with #A8181F

Text Example


Text Example

White with #A8181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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