Html Css Color HEX #A3042A Carmine

📋 copy color: '#A3042A'

red 163 ◦ green 4 ◦ blue 42

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

Shades of Carmine #A3042A

Tints of Carmine #A3042A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 77.99%
G = 1.91%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3042A (or 0xA3042A) is known color: Carmine. HEX triplet: A3, 04 and 2A. RGB value is (163,4,42). Sum of RGB (Red+Green+Blue) = 163+4+42=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3042A is #5CFBD5. Grayscale: #373737. Windows color (decimal): -6093782 or 2753699. OLE color: 2753699.

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

Color convert

RGB 163 4 42 -
CMYK 0 0.98 0.74 0.36
HSL 345.66º 0.95% 0.33% -
HSV(B) 345.66º 0.98% 0.64% -
XYZ 15.57 8.04 2.92 -
YUV 55.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 163 4 42 0 0.98 0.74 0.36 345.66 0.95 0.33
Hex A3 4 2A 0 62 4A 24 15A 5F 21
Octal 243 4 52 0 142 112 44 532 137 41
Binary 10100011 100 101010 0 1100010 1001010 100100 101011010 1011111 100001

Color Harmonies of #A3042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3042A

Black with #A3042A

Text Example


Text Example

White with #A3042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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