Html Css Color HEX #A3032F Carmine

📋 copy color: '#A3032F'

red 163 ◦ green 3 ◦ blue 47

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

Shades of Carmine #A3032F

Tints of Carmine #A3032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 76.53%
G = 1.41%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3032F (or 0xA3032F) is known color: Carmine. HEX triplet: A3, 03 and 2F. RGB value is (163,3,47). Sum of RGB (Red+Green+Blue) = 163+3+47=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3032F is #5CFCD0. Grayscale: #373737. Windows color (decimal): -6094033 or 3081123. OLE color: 3081123.

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

Color convert

RGB 163 3 47 -
CMYK 0 0.98 0.71 0.36
HSL 343.5º 0.96% 0.33% -
HSV(B) 343.5º 0.98% 0.64% -
XYZ 15.65 8.06 3.42 -
YUV 55.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 163 3 47 0 0.98 0.71 0.36 343.5 0.96 0.33
Hex A3 3 2F 0 62 47 24 158 60 21
Octal 243 3 57 0 142 107 44 530 140 41
Binary 10100011 11 101111 0 1100010 1000111 100100 101011000 1100000 100001

Color Harmonies of #A3032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3032F

Black with #A3032F

Text Example


Text Example

White with #A3032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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