Html Css Color HEX #A30620 Carmine

📋 copy color: '#A30620'

red 163 ◦ green 6 ◦ blue 32

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

Shades of Carmine #A30620

Tints of Carmine #A30620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 81.09%
G = 2.99%
B = 15.92%

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

#A30620 (or 0xA30620) is known color: Carmine. HEX triplet: A3, 06 and 20. RGB value is (163,6,32). Sum of RGB (Red+Green+Blue) = 163+6+32=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30620 is #5CF9DF. Grayscale: #373737. Windows color (decimal): -6093280 or 2098851. OLE color: 2098851.

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

Color convert

RGB 163 6 32 -
CMYK 0 0.96 0.80 0.36
HSL 350.06º 0.93% 0.33% -
HSV(B) 350.06º 0.96% 0.64% -
XYZ 15.43 8.02 2.1 -
YUV 55.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 163 6 32 0 0.96 0.80 0.36 350.06 0.93 0.33
Hex A3 6 20 0 60 50 24 15E 5D 21
Octal 243 6 40 0 140 120 44 536 135 41
Binary 10100011 110 100000 0 1100000 1010000 100100 101011110 1011101 100001

Color Harmonies of #A30620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30620

Black with #A30620

Text Example


Text Example

White with #A30620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30620; }

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

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

background-color css

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

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

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

border-color css

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

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

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