Html Css Color HEX #A8151E Carmine

📋 copy color: '#A8151E'

red 168 ◦ green 21 ◦ blue 30

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

Shades of Carmine #A8151E

Tints of Carmine #A8151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 76.71%
G = 9.59%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8151E (or 0xA8151E) is known color: Carmine. HEX triplet: A8, 15 and 1E. RGB value is (168,21,30). Sum of RGB (Red+Green+Blue) = 168+21+30=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8151E is #57EAE1. Grayscale: #424242. Windows color (decimal): -5761762 or 1971624. OLE color: 1971624.

HSL color Cylindrical-coordinate representation of color #A8151E: hue angle of 356.33º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8151E is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 30 -
CMYK 0 0.88 0.82 0.34
HSL 356.33º 0.78% 0.37% -
HSV(B) 356.33º 0.88% 0.66% -
XYZ 16.65 8.95 2.08 -
YUV 65.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 168 21 30 0 0.88 0.82 0.34 356.33 0.78 0.37
Hex A8 15 1E 0 58 52 22 164 4E 25
Octal 250 25 36 0 130 122 42 544 116 45
Binary 10101000 10101 11110 0 1011000 1010010 100010 101100100 1001110 100101

Color Harmonies of #A8151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8151E

Black with #A8151E

Text Example


Text Example

White with #A8151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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