Html Css Color HEX #A8002D Carmine

📋 copy color: '#A8002D'

red 168 ◦ green 0 ◦ blue 45

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

Shades of Carmine #A8002D

Tints of Carmine #A8002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 78.87%
G = 0%
B = 21.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8002D (or 0xA8002D) is known color: Carmine. HEX triplet: A8, 00 and 2D. RGB value is (168,0,45). Sum of RGB (Red+Green+Blue) = 168+0+45=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A8002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8002D is #57FFD2. Grayscale: #373737. Windows color (decimal): -5767123 or 2949288. OLE color: 2949288.

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

Color convert

RGB 168 0 45 -
CMYK 0 1 0.73 0.34
HSL 343.93º 1% 0.33% -
HSV(B) 343.93º 1% 0.66% -
XYZ 16.62 8.51 3.25 -
YUV 55.36 122.16 208.34 -
System Red Green Blue C M Y K H S L
Decimal 168 0 45 0 1 0.73 0.34 343.93 1 0.33
Hex A8 0 2D 0 64 49 22 158 64 21
Octal 250 0 55 0 144 111 42 530 144 41
Binary 10101000 0 101101 0 1100100 1001001 100010 101011000 1100100 100001

Color Harmonies of #A8002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8002D

Black with #A8002D

Text Example


Text Example

White with #A8002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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