Html Css Color HEX #A3021C Carmine

📋 copy color: '#A3021C'

red 163 ◦ green 2 ◦ blue 28

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

Shades of Carmine #A3021C

Tints of Carmine #A3021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 84.46%
G = 1.04%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3021C (or 0xA3021C) is known color: Carmine. HEX triplet: A3, 02 and 1C. RGB value is (163,2,28). Sum of RGB (Red+Green+Blue) = 163+2+28=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3021C is #5CFDE3. Grayscale: #353535. Windows color (decimal): -6094308 or 1835683. OLE color: 1835683.

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

Color convert

RGB 163 2 28 -
CMYK 0 0.99 0.83 0.36
HSL 350.31º 0.98% 0.32% -
HSV(B) 350.31º 0.99% 0.64% -
XYZ 15.34 7.91 1.82 -
YUV 53.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 163 2 28 0 0.99 0.83 0.36 350.31 0.98 0.32
Hex A3 2 1C 0 63 53 24 15E 62 20
Octal 243 2 34 0 143 123 44 536 142 40
Binary 10100011 10 11100 0 1100011 1010011 100100 101011110 1100010 100000

Color Harmonies of #A3021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3021C

Black with #A3021C

Text Example


Text Example

White with #A3021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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