Html Css Color HEX #A3022A Carmine

📋 copy color: '#A3022A'

red 163 ◦ green 2 ◦ blue 42

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

Shades of Carmine #A3022A

Tints of Carmine #A3022A

RGB

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

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

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

R = 78.74%
G = 0.97%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3022A (or 0xA3022A) is known color: Carmine. HEX triplet: A3, 02 and 2A. RGB value is (163,2,42). Sum of RGB (Red+Green+Blue) = 163+2+42=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A3022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3022A is #5CFDD5. Grayscale: #363636. Windows color (decimal): -6094294 or 2753187. OLE color: 2753187.

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

Color convert

RGB 163 2 42 -
CMYK 0 0.99 0.74 0.36
HSL 345.09º 0.98% 0.32% -
HSV(B) 345.09º 0.99% 0.64% -
XYZ 15.54 8 2.91 -
YUV 54.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 163 2 42 0 0.99 0.74 0.36 345.09 0.98 0.32
Hex A3 2 2A 0 63 4A 24 159 62 20
Octal 243 2 52 0 143 112 44 531 142 40
Binary 10100011 10 101010 0 1100011 1001010 100100 101011001 1100010 100000

Color Harmonies of #A3022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3022A

Black with #A3022A

Text Example


Text Example

White with #A3022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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