Html Css Color HEX #A30210 Carmine

📋 copy color: '#A30210'

red 163 ◦ green 2 ◦ blue 16

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

Shades of Carmine #A30210

Tints of Carmine #A30210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 90.06%
G = 1.1%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A30210 (or 0xA30210) is known color: Carmine. HEX triplet: A3, 02 and 10. RGB value is (163,2,16). Sum of RGB (Red+Green+Blue) = 163+2+16=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A30210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30210 is #5CFDEF. Grayscale: #333333. Windows color (decimal): -6094320 or 1049251. OLE color: 1049251.

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

Color convert

RGB 163 2 16 -
CMYK 0 0.99 0.90 0.36
HSL 354.78º 0.98% 0.32% -
HSV(B) 354.78º 0.99% 0.64% -
XYZ 15.22 7.87 1.21 -
YUV 51.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 163 2 16 0 0.99 0.90 0.36 354.78 0.98 0.32
Hex A3 2 10 0 63 5A 24 163 62 20
Octal 243 2 20 0 143 132 44 543 142 40
Binary 10100011 10 10000 0 1100011 1011010 100100 101100011 1100010 100000

Color Harmonies of #A30210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30210

Black with #A30210

Text Example


Text Example

White with #A30210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30210; }

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

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

background-color css

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

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

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

border-color css

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

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

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