Html Css Color HEX #A30621 Carmine

📋 copy color: '#A30621'

red 163 ◦ green 6 ◦ blue 33

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

Shades of Carmine #A30621

Tints of Carmine #A30621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

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

R = 80.69%
G = 2.97%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A30621 (or 0xA30621) is known color: Carmine. HEX triplet: A3, 06 and 21. RGB value is (163,6,33). Sum of RGB (Red+Green+Blue) = 163+6+33=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30621 is #5CF9DE. Grayscale: #383838. Windows color (decimal): -6093279 or 2164387. OLE color: 2164387.

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

Color convert

RGB 163 6 33 -
CMYK 0 0.96 0.80 0.36
HSL 349.68º 0.93% 0.33% -
HSV(B) 349.68º 0.96% 0.64% -
XYZ 15.44 8.03 2.17 -
YUV 56.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 163 6 33 0 0.96 0.80 0.36 349.68 0.93 0.33
Hex A3 6 21 0 60 50 24 15E 5D 21
Octal 243 6 41 0 140 120 44 536 135 41
Binary 10100011 110 100001 0 1100000 1010000 100100 101011110 1011101 100001

Color Harmonies of #A30621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30621

Black with #A30621

Text Example


Text Example

White with #A30621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30621; }

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

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

background-color css

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

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

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

border-color css

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

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

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