Html Css Color HEX #A3042C Carmine

📋 copy color: '#A3042C'

red 163 ◦ green 4 ◦ blue 44

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

Shades of Carmine #A3042C

Tints of Carmine #A3042C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 77.25%
G = 1.9%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3042C (or 0xA3042C) is known color: Carmine. HEX triplet: A3, 04 and 2C. RGB value is (163,4,44). Sum of RGB (Red+Green+Blue) = 163+4+44=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3042C is #5CFBD3. Grayscale: #383838. Windows color (decimal): -6093780 or 2884771. OLE color: 2884771.

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

Color convert

RGB 163 4 44 -
CMYK 0 0.98 0.73 0.36
HSL 344.91º 0.95% 0.33% -
HSV(B) 344.91º 0.98% 0.64% -
XYZ 15.6 8.06 3.12 -
YUV 56.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 163 4 44 0 0.98 0.73 0.36 344.91 0.95 0.33
Hex A3 4 2C 0 62 49 24 159 5F 21
Octal 243 4 54 0 142 111 44 531 137 41
Binary 10100011 100 101100 0 1100010 1001001 100100 101011001 1011111 100001

Color Harmonies of #A3042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3042C

Black with #A3042C

Text Example


Text Example

White with #A3042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3042C; }

 p { color: rgb(163,4,44); }

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

background-color css

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

 a { background-color: rgb(163,4,44); }

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

border-color css

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

 span { border-color: rgb(163,4,44); }

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