Html Css Color HEX #A30421 Carmine

📋 copy color: '#A30421'

red 163 ◦ green 4 ◦ blue 33

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

Shades of Carmine #A30421

Tints of Carmine #A30421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 81.5%
G = 2%
B = 16.5%

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

#A30421 (or 0xA30421) is known color: Carmine. HEX triplet: A3, 04 and 21. RGB value is (163,4,33). Sum of RGB (Red+Green+Blue) = 163+4+33=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A30421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30421 is #5CFBDE. Grayscale: #363636. Windows color (decimal): -6093791 or 2163875. OLE color: 2163875.

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

Color convert

RGB 163 4 33 -
CMYK 0 0.98 0.80 0.36
HSL 349.06º 0.95% 0.33% -
HSV(B) 349.06º 0.98% 0.64% -
XYZ 15.42 7.98 2.17 -
YUV 54.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 163 4 33 0 0.98 0.80 0.36 349.06 0.95 0.33
Hex A3 4 21 0 62 50 24 15D 5F 21
Octal 243 4 41 0 142 120 44 535 137 41
Binary 10100011 100 100001 0 1100010 1010000 100100 101011101 1011111 100001

Color Harmonies of #A30421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30421

Black with #A30421

Text Example


Text Example

White with #A30421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30421; }

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

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

background-color css

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

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

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

border-color css

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

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

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