Html Css Color HEX #A8101E Carmine

📋 copy color: '#A8101E'

red 168 ◦ green 16 ◦ blue 30

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

Shades of Carmine #A8101E

Tints of Carmine #A8101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 78.5%
G = 7.48%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8101E (or 0xA8101E) is known color: Carmine. HEX triplet: A8, 10 and 1E. RGB value is (168,16,30). Sum of RGB (Red+Green+Blue) = 168+16+30=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8101E is #57EFE1. Grayscale: #3F3F3F. Windows color (decimal): -5763042 or 1970344. OLE color: 1970344.

HSL color Cylindrical-coordinate representation of color #A8101E: hue angle of 354.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8101E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 30 -
CMYK 0 0.90 0.82 0.34
HSL 354.47º 0.83% 0.36% -
HSV(B) 354.47º 0.9% 0.66% -
XYZ 16.57 8.79 2.05 -
YUV 63.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 168 16 30 0 0.90 0.82 0.34 354.47 0.83 0.36
Hex A8 10 1E 0 5A 52 22 162 53 24
Octal 250 20 36 0 132 122 42 542 123 44
Binary 10101000 10000 11110 0 1011010 1010010 100010 101100010 1010011 100100

Color Harmonies of #A8101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8101E

Black with #A8101E

Text Example


Text Example

White with #A8101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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