Html Css Color HEX #A80432 Carmine

📋 copy color: '#A80432'

red 168 ◦ green 4 ◦ blue 50

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

Shades of Carmine #A80432

Tints of Carmine #A80432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 75.68%
G = 1.8%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A80432 (or 0xA80432) is known color: Carmine. HEX triplet: A8, 04 and 32. RGB value is (168,4,50). Sum of RGB (Red+Green+Blue) = 168+4+50=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A80432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80432 is #57FBCD. Grayscale: #3A3A3A. Windows color (decimal): -5766094 or 3277992. OLE color: 3277992.

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

Color convert

RGB 168 4 50 -
CMYK 0 0.98 0.70 0.34
HSL 343.17º 0.95% 0.34% -
HSV(B) 343.17º 0.98% 0.66% -
XYZ 16.77 8.64 3.8 -
YUV 58.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 168 4 50 0 0.98 0.70 0.34 343.17 0.95 0.34
Hex A8 4 32 0 62 46 22 157 5F 22
Octal 250 4 62 0 142 106 42 527 137 42
Binary 10101000 100 110010 0 1100010 1000110 100010 101010111 1011111 100010

Color Harmonies of #A80432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80432

Black with #A80432

Text Example


Text Example

White with #A80432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80432; }

 p { color: rgb(168,4,50); }

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

background-color css

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

 a { background-color: rgb(168,4,50); }

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

border-color css

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

 span { border-color: rgb(168,4,50); }

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