Html Css Color HEX #A8032A Carmine

📋 copy color: '#A8032A'

red 168 ◦ green 3 ◦ blue 42

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

Shades of Carmine #A8032A

Tints of Carmine #A8032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 78.87%
G = 1.41%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8032A (or 0xA8032A) is known color: Carmine. HEX triplet: A8, 03 and 2A. RGB value is (168,3,42). Sum of RGB (Red+Green+Blue) = 168+3+42=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A8032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8032A is #57FCD5. Grayscale: #383838. Windows color (decimal): -5766358 or 2753448. OLE color: 2753448.

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

Color convert

RGB 168 3 42 -
CMYK 0 0.98 0.75 0.34
HSL 345.82º 0.96% 0.34% -
HSV(B) 345.82º 0.98% 0.66% -
XYZ 16.6 8.56 2.97 -
YUV 56.78 119.66 207.33 -
System Red Green Blue C M Y K H S L
Decimal 168 3 42 0 0.98 0.75 0.34 345.82 0.96 0.34
Hex A8 3 2A 0 62 4B 22 15A 60 22
Octal 250 3 52 0 142 113 42 532 140 42
Binary 10101000 11 101010 0 1100010 1001011 100010 101011010 1100000 100010

Color Harmonies of #A8032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8032A

Black with #A8032A

Text Example


Text Example

White with #A8032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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