Html Css Color HEX #A8102B Carmine

📋 copy color: '#A8102B'

red 168 ◦ green 16 ◦ blue 43

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

Shades of Carmine #A8102B

Tints of Carmine #A8102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 74.01%
G = 7.05%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8102B (or 0xA8102B) is known color: Carmine. HEX triplet: A8, 10 and 2B. RGB value is (168,16,43). Sum of RGB (Red+Green+Blue) = 168+16+43=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102B is #57EFD4. Grayscale: #404040. Windows color (decimal): -5763029 or 2822312. OLE color: 2822312.

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

Color convert

RGB 168 16 43 -
CMYK 0 0.90 0.74 0.34
HSL 349.34º 0.83% 0.36% -
HSV(B) 349.34º 0.9% 0.66% -
XYZ 16.77 8.87 3.11 -
YUV 64.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 168 16 43 0 0.90 0.74 0.34 349.34 0.83 0.36
Hex A8 10 2B 0 5A 4A 22 15D 53 24
Octal 250 20 53 0 132 112 42 535 123 44
Binary 10101000 10000 101011 0 1011010 1001010 100010 101011101 1010011 100100

Color Harmonies of #A8102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8102B

Black with #A8102B

Text Example


Text Example

White with #A8102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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