Html Css Color HEX #A3022C Carmine

📋 copy color: '#A3022C'

red 163 ◦ green 2 ◦ blue 44

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

Shades of Carmine #A3022C

Tints of Carmine #A3022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 77.99%
G = 0.96%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3022C (or 0xA3022C) is known color: Carmine. HEX triplet: A3, 02 and 2C. RGB value is (163,2,44). Sum of RGB (Red+Green+Blue) = 163+2+44=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3022C is #5CFDD3. Grayscale: #363636. Windows color (decimal): -6094292 or 2884259. OLE color: 2884259.

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

Color convert

RGB 163 2 44 -
CMYK 0 0.99 0.73 0.36
HSL 344.35º 0.98% 0.32% -
HSV(B) 344.35º 0.99% 0.64% -
XYZ 15.58 8.01 3.11 -
YUV 54.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 163 2 44 0 0.99 0.73 0.36 344.35 0.98 0.32
Hex A3 2 2C 0 63 49 24 158 62 20
Octal 243 2 54 0 143 111 44 530 142 40
Binary 10100011 10 101100 0 1100011 1001001 100100 101011000 1100010 100000

Color Harmonies of #A3022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3022C

Black with #A3022C

Text Example


Text Example

White with #A3022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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