Html Css Color HEX #A8131A Carmine

📋 copy color: '#A8131A'

red 168 ◦ green 19 ◦ blue 26

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

Shades of Carmine #A8131A

Tints of Carmine #A8131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 78.87%
G = 8.92%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8131A (or 0xA8131A) is known color: Carmine. HEX triplet: A8, 13 and 1A. RGB value is (168,19,26). Sum of RGB (Red+Green+Blue) = 168+19+26=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A8131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8131A is #57ECE5. Grayscale: #404040. Windows color (decimal): -5762278 or 1708968. OLE color: 1708968.

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

Color convert

RGB 168 19 26 -
CMYK 0 0.89 0.85 0.34
HSL 357.18º 0.8% 0.37% -
HSV(B) 357.18º 0.89% 0.66% -
XYZ 16.57 8.87 1.82 -
YUV 64.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 168 19 26 0 0.89 0.85 0.34 357.18 0.8 0.37
Hex A8 13 1A 0 59 55 22 165 50 25
Octal 250 23 32 0 131 125 42 545 120 45
Binary 10101000 10011 11010 0 1011001 1010101 100010 101100101 1010000 100101

Color Harmonies of #A8131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8131A

Black with #A8131A

Text Example


Text Example

White with #A8131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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