Html Css Color HEX #A30321 Carmine

📋 copy color: '#A30321'

red 163 ◦ green 3 ◦ blue 33

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

Shades of Carmine #A30321

Tints of Carmine #A30321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 81.91%
G = 1.51%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A30321 (or 0xA30321) is known color: Carmine. HEX triplet: A3, 03 and 21. RGB value is (163,3,33). Sum of RGB (Red+Green+Blue) = 163+3+33=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A30321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30321 is #5CFCDE. Grayscale: #363636. Windows color (decimal): -6094047 or 2163619. OLE color: 2163619.

HSL color Cylindrical-coordinate representation of color #A30321: hue angle of 348.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30321 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 33 -
CMYK 0 0.98 0.80 0.36
HSL 348.75º 0.96% 0.33% -
HSV(B) 348.75º 0.98% 0.64% -
XYZ 15.41 7.96 2.16 -
YUV 54.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 163 3 33 0 0.98 0.80 0.36 348.75 0.96 0.33
Hex A3 3 21 0 62 50 24 15D 60 21
Octal 243 3 41 0 142 120 44 535 140 41
Binary 10100011 11 100001 0 1100010 1010000 100100 101011101 1100000 100001

Color Harmonies of #A30321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30321

Black with #A30321

Text Example


Text Example

White with #A30321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30321; }

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

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

background-color css

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

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

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

border-color css

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

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

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