Html Css Color HEX #A3032E Carmine

📋 copy color: '#A3032E'

red 163 ◦ green 3 ◦ blue 46

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

Shades of Carmine #A3032E

Tints of Carmine #A3032E

RGB

 RED value IS 163 (64.06% from 255) = 76.89%

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

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

R = 76.89%
G = 1.42%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3032E (or 0xA3032E) is known color: Carmine. HEX triplet: A3, 03 and 2E. RGB value is (163,3,46). Sum of RGB (Red+Green+Blue) = 163+3+46=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3032E is #5CFCD1. Grayscale: #373737. Windows color (decimal): -6094034 or 3015587. OLE color: 3015587.

HSL color Cylindrical-coordinate representation of color #A3032E: hue angle of 343.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3032E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 46 -
CMYK 0 0.98 0.72 0.36
HSL 343.88º 0.96% 0.33% -
HSV(B) 343.88º 0.98% 0.64% -
XYZ 15.63 8.05 3.31 -
YUV 55.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 163 3 46 0 0.98 0.72 0.36 343.88 0.96 0.33
Hex A3 3 2E 0 62 48 24 158 60 21
Octal 243 3 56 0 142 110 44 530 140 41
Binary 10100011 11 101110 0 1100010 1001000 100100 101011000 1100000 100001

Color Harmonies of #A3032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3032E

Black with #A3032E

Text Example


Text Example

White with #A3032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3032E; }

 p { color: rgb(163,3,46); }

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

background-color css

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

 a { background-color: rgb(163,3,46); }

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

border-color css

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

 span { border-color: rgb(163,3,46); }

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