Html Css Color HEX #A8131E Carmine

📋 copy color: '#A8131E'

red 168 ◦ green 19 ◦ blue 30

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

Shades of Carmine #A8131E

Tints of Carmine #A8131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 77.42%
G = 8.76%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8131E (or 0xA8131E) is known color: Carmine. HEX triplet: A8, 13 and 1E. RGB value is (168,19,30). Sum of RGB (Red+Green+Blue) = 168+19+30=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8131E is #57ECE1. Grayscale: #404040. Windows color (decimal): -5762274 or 1971112. OLE color: 1971112.

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

Color convert

RGB 168 19 30 -
CMYK 0 0.89 0.82 0.34
HSL 355.57º 0.8% 0.37% -
HSV(B) 355.57º 0.89% 0.66% -
XYZ 16.62 8.88 2.07 -
YUV 64.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 168 19 30 0 0.89 0.82 0.34 355.57 0.8 0.37
Hex A8 13 1E 0 59 52 22 164 50 25
Octal 250 23 36 0 131 122 42 544 120 45
Binary 10101000 10011 11110 0 1011001 1010010 100010 101100100 1010000 100101

Color Harmonies of #A8131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8131E

Black with #A8131E

Text Example


Text Example

White with #A8131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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