Html Css Color HEX #A8001D Carmine

📋 copy color: '#A8001D'

red 168 ◦ green 0 ◦ blue 29

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

Shades of Carmine #A8001D

Tints of Carmine #A8001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 85.28%
G = 0%
B = 14.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8001D (or 0xA8001D) is known color: Carmine. HEX triplet: A8, 00 and 1D. RGB value is (168,0,29). Sum of RGB (Red+Green+Blue) = 168+0+29=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A8001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8001D is #57FFE2. Grayscale: #353535. Windows color (decimal): -5767139 or 1900712. OLE color: 1900712.

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

Color convert

RGB 168 0 29 -
CMYK 0 1 0.83 0.34
HSL 349.64º 1% 0.33% -
HSV(B) 349.64º 1% 0.66% -
XYZ 16.37 8.41 1.92 -
YUV 53.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 168 0 29 0 1 0.83 0.34 349.64 1 0.33
Hex A8 0 1D 0 64 53 22 15E 64 21
Octal 250 0 35 0 144 123 42 536 144 41
Binary 10101000 0 11101 0 1100100 1010011 100010 101011110 1100100 100001

Color Harmonies of #A8001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8001D

Black with #A8001D

Text Example


Text Example

White with #A8001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8001D; }

 p { color: rgb(168,0,29); }

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

background-color css

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

 a { background-color: rgb(168,0,29); }

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

border-color css

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

 span { border-color: rgb(168,0,29); }

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