Html Css Color HEX #A8022D Carmine

📋 copy color: '#A8022D'

red 168 ◦ green 2 ◦ blue 45

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

Shades of Carmine #A8022D

Tints of Carmine #A8022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 78.14%
G = 0.93%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8022D (or 0xA8022D) is known color: Carmine. HEX triplet: A8, 02 and 2D. RGB value is (168,2,45). Sum of RGB (Red+Green+Blue) = 168+2+45=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8022D is #57FDD2. Grayscale: #383838. Windows color (decimal): -5766611 or 2949800. OLE color: 2949800.

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

Color convert

RGB 168 2 45 -
CMYK 0 0.99 0.73 0.34
HSL 344.46º 0.98% 0.33% -
HSV(B) 344.46º 0.99% 0.66% -
XYZ 16.64 8.56 3.26 -
YUV 56.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 168 2 45 0 0.99 0.73 0.34 344.46 0.98 0.33
Hex A8 2 2D 0 63 49 22 158 62 21
Octal 250 2 55 0 143 111 42 530 142 41
Binary 10101000 10 101101 0 1100011 1001001 100010 101011000 1100010 100001

Color Harmonies of #A8022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8022D

Black with #A8022D

Text Example


Text Example

White with #A8022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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