Html Css Color HEX #A3021E Carmine

📋 copy color: '#A3021E'

red 163 ◦ green 2 ◦ blue 30

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

Shades of Carmine #A3021E

Tints of Carmine #A3021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 83.59%
G = 1.03%
B = 15.38%

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

#A3021E (or 0xA3021E) is known color: Carmine. HEX triplet: A3, 02 and 1E. RGB value is (163,2,30). Sum of RGB (Red+Green+Blue) = 163+2+30=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A3021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3021E is #5CFDE1. Grayscale: #353535. Windows color (decimal): -6094306 or 1966755. OLE color: 1966755.

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

Color convert

RGB 163 2 30 -
CMYK 0 0.99 0.82 0.36
HSL 349.57º 0.98% 0.32% -
HSV(B) 349.57º 0.99% 0.64% -
XYZ 15.36 7.92 1.95 -
YUV 53.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 163 2 30 0 0.99 0.82 0.36 349.57 0.98 0.32
Hex A3 2 1E 0 63 52 24 15E 62 20
Octal 243 2 36 0 143 122 44 536 142 40
Binary 10100011 10 11110 0 1100011 1010010 100100 101011110 1100010 100000

Color Harmonies of #A3021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3021E

Black with #A3021E

Text Example


Text Example

White with #A3021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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