Html Css Color HEX #A30221 Carmine

📋 copy color: '#A30221'

red 163 ◦ green 2 ◦ blue 33

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

Shades of Carmine #A30221

Tints of Carmine #A30221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 82.32%
G = 1.01%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A30221 (or 0xA30221) is known color: Carmine. HEX triplet: A3, 02 and 21. RGB value is (163,2,33). Sum of RGB (Red+Green+Blue) = 163+2+33=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A30221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30221 is #5CFDDE. Grayscale: #353535. Windows color (decimal): -6094303 or 2163363. OLE color: 2163363.

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

Color convert

RGB 163 2 33 -
CMYK 0 0.99 0.80 0.36
HSL 348.45º 0.98% 0.32% -
HSV(B) 348.45º 0.99% 0.64% -
XYZ 15.4 7.94 2.16 -
YUV 53.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 163 2 33 0 0.99 0.80 0.36 348.45 0.98 0.32
Hex A3 2 21 0 63 50 24 15C 62 20
Octal 243 2 41 0 143 120 44 534 142 40
Binary 10100011 10 100001 0 1100011 1010000 100100 101011100 1100010 100000

Color Harmonies of #A30221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30221

Black with #A30221

Text Example


Text Example

White with #A30221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30221; }

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

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

background-color css

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

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

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

border-color css

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

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

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