Html Css Color HEX #A3021D Carmine

📋 copy color: '#A3021D'

red 163 ◦ green 2 ◦ blue 29

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

Shades of Carmine #A3021D

Tints of Carmine #A3021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 84.02%
G = 1.03%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3021D (or 0xA3021D) is known color: Carmine. HEX triplet: A3, 02 and 1D. RGB value is (163,2,29). Sum of RGB (Red+Green+Blue) = 163+2+29=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3021D is #5CFDE2. Grayscale: #353535. Windows color (decimal): -6094307 or 1901219. OLE color: 1901219.

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

Color convert

RGB 163 2 29 -
CMYK 0 0.99 0.82 0.36
HSL 349.94º 0.98% 0.32% -
HSV(B) 349.94º 0.99% 0.64% -
XYZ 15.35 7.92 1.88 -
YUV 53.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 163 2 29 0 0.99 0.82 0.36 349.94 0.98 0.32
Hex A3 2 1D 0 63 52 24 15E 62 20
Octal 243 2 35 0 143 122 44 536 142 40
Binary 10100011 10 11101 0 1100011 1010010 100100 101011110 1100010 100000

Color Harmonies of #A3021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3021D

Black with #A3021D

Text Example


Text Example

White with #A3021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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