Html Css Color HEX #A8052E Carmine

📋 copy color: '#A8052E'

red 168 ◦ green 5 ◦ blue 46

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

Shades of Carmine #A8052E

Tints of Carmine #A8052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 76.71%
G = 2.28%
B = 21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8052E (or 0xA8052E) is known color: Carmine. HEX triplet: A8, 05 and 2E. RGB value is (168,5,46). Sum of RGB (Red+Green+Blue) = 168+5+46=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052E is #57FAD1. Grayscale: #3A3A3A. Windows color (decimal): -5765842 or 3016104. OLE color: 3016104.

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

Color convert

RGB 168 5 46 -
CMYK 0 0.97 0.73 0.34
HSL 344.91º 0.94% 0.34% -
HSV(B) 344.91º 0.97% 0.66% -
XYZ 16.7 8.63 3.37 -
YUV 58.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 168 5 46 0 0.97 0.73 0.34 344.91 0.94 0.34
Hex A8 5 2E 0 61 49 22 159 5E 22
Octal 250 5 56 0 141 111 42 531 136 42
Binary 10101000 101 101110 0 1100001 1001001 100010 101011001 1011110 100010

Color Harmonies of #A8052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8052E

Black with #A8052E

Text Example


Text Example

White with #A8052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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