Html Css Color HEX #A8032B Carmine

📋 copy color: '#A8032B'

red 168 ◦ green 3 ◦ blue 43

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

Shades of Carmine #A8032B

Tints of Carmine #A8032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 78.5%
G = 1.4%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8032B (or 0xA8032B) is known color: Carmine. HEX triplet: A8, 03 and 2B. RGB value is (168,3,43). Sum of RGB (Red+Green+Blue) = 168+3+43=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8032B is #57FCD4. Grayscale: #383838. Windows color (decimal): -5766357 or 2818984. OLE color: 2818984.

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

Color convert

RGB 168 3 43 -
CMYK 0 0.98 0.74 0.34
HSL 345.45º 0.96% 0.34% -
HSV(B) 345.45º 0.98% 0.66% -
XYZ 16.62 8.56 3.06 -
YUV 56.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 168 3 43 0 0.98 0.74 0.34 345.45 0.96 0.34
Hex A8 3 2B 0 62 4A 22 159 60 22
Octal 250 3 53 0 142 112 42 531 140 42
Binary 10101000 11 101011 0 1100010 1001010 100010 101011001 1100000 100010

Color Harmonies of #A8032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8032B

Black with #A8032B

Text Example


Text Example

White with #A8032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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