Html Css Color HEX #A8052C Carmine

📋 copy color: '#A8052C'

red 168 ◦ green 5 ◦ blue 44

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

Shades of Carmine #A8052C

Tints of Carmine #A8052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 77.42%
G = 2.3%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8052C (or 0xA8052C) is known color: Carmine. HEX triplet: A8, 05 and 2C. RGB value is (168,5,44). Sum of RGB (Red+Green+Blue) = 168+5+44=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052C is #57FAD3. Grayscale: #3A3A3A. Windows color (decimal): -5765844 or 2885032. OLE color: 2885032.

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

Color convert

RGB 168 5 44 -
CMYK 0 0.97 0.74 0.34
HSL 345.64º 0.94% 0.34% -
HSV(B) 345.64º 0.97% 0.66% -
XYZ 16.66 8.62 3.17 -
YUV 58.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 168 5 44 0 0.97 0.74 0.34 345.64 0.94 0.34
Hex A8 5 2C 0 61 4A 22 15A 5E 22
Octal 250 5 54 0 141 112 42 532 136 42
Binary 10101000 101 101100 0 1100001 1001010 100010 101011010 1011110 100010

Color Harmonies of #A8052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8052C

Black with #A8052C

Text Example


Text Example

White with #A8052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8052C; }

 p { color: rgb(168,5,44); }

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

background-color css

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

 a { background-color: rgb(168,5,44); }

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

border-color css

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

 span { border-color: rgb(168,5,44); }

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