Html Css Color HEX #A8052A Carmine

📋 copy color: '#A8052A'

red 168 ◦ green 5 ◦ blue 42

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

Shades of Carmine #A8052A

Tints of Carmine #A8052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 78.14%
G = 2.33%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8052A (or 0xA8052A) is known color: Carmine. HEX triplet: A8, 05 and 2A. RGB value is (168,5,42). Sum of RGB (Red+Green+Blue) = 168+5+42=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052A is #57FAD5. Grayscale: #393939. Windows color (decimal): -5765846 or 2753960. OLE color: 2753960.

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

Color convert

RGB 168 5 42 -
CMYK 0 0.97 0.75 0.34
HSL 346.38º 0.94% 0.34% -
HSV(B) 346.38º 0.97% 0.66% -
XYZ 16.62 8.6 2.97 -
YUV 57.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 168 5 42 0 0.97 0.75 0.34 346.38 0.94 0.34
Hex A8 5 2A 0 61 4B 22 15A 5E 22
Octal 250 5 52 0 141 113 42 532 136 42
Binary 10101000 101 101010 0 1100001 1001011 100010 101011010 1011110 100010

Color Harmonies of #A8052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8052A

Black with #A8052A

Text Example


Text Example

White with #A8052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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