Html Css Color HEX #A8181E Carmine

📋 copy color: '#A8181E'

red 168 ◦ green 24 ◦ blue 30

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

Shades of Carmine #A8181E

Tints of Carmine #A8181E

RGB

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

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

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

R = 75.68%
G = 10.81%
B = 13.51%

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

#A8181E (or 0xA8181E) is known color: Carmine. HEX triplet: A8, 18 and 1E. RGB value is (168,24,30). Sum of RGB (Red+Green+Blue) = 168+24+30=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8181E is #57E7E1. Grayscale: #434343. Windows color (decimal): -5760994 or 1972392. OLE color: 1972392.

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

Color convert

RGB 168 24 30 -
CMYK 0 0.86 0.82 0.34
HSL 357.5º 0.75% 0.38% -
HSV(B) 357.5º 0.86% 0.66% -
XYZ 16.71 9.07 2.1 -
YUV 67.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 168 24 30 0 0.86 0.82 0.34 357.5 0.75 0.38
Hex A8 18 1E 0 56 52 22 166 4B 26
Octal 250 30 36 0 126 122 42 546 113 46
Binary 10101000 11000 11110 0 1010110 1010010 100010 101100110 1001011 100110

Color Harmonies of #A8181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8181E

Black with #A8181E

Text Example


Text Example

White with #A8181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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