Html Css Color HEX #A3032D Carmine

📋 copy color: '#A3032D'

red 163 ◦ green 3 ◦ blue 45

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

Shades of Carmine #A3032D

Tints of Carmine #A3032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 77.25%
G = 1.42%
B = 21.33%

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

#A3032D (or 0xA3032D) is known color: Carmine. HEX triplet: A3, 03 and 2D. RGB value is (163,3,45). Sum of RGB (Red+Green+Blue) = 163+3+45=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3032D is #5CFCD2. Grayscale: #373737. Windows color (decimal): -6094035 or 2950051. OLE color: 2950051.

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

Color convert

RGB 163 3 45 -
CMYK 0 0.98 0.72 0.36
HSL 344.25º 0.96% 0.33% -
HSV(B) 344.25º 0.98% 0.64% -
XYZ 15.61 8.04 3.21 -
YUV 55.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 163 3 45 0 0.98 0.72 0.36 344.25 0.96 0.33
Hex A3 3 2D 0 62 48 24 158 60 21
Octal 243 3 55 0 142 110 44 530 140 41
Binary 10100011 11 101101 0 1100010 1001000 100100 101011000 1100000 100001

Color Harmonies of #A3032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3032D

Black with #A3032D

Text Example


Text Example

White with #A3032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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