Html Css Color HEX #A3102D Carmine

📋 copy color: '#A3102D'

red 163 ◦ green 16 ◦ blue 45

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

Shades of Carmine #A3102D

Tints of Carmine #A3102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 72.77%
G = 7.14%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3102D (or 0xA3102D) is known color: Carmine. HEX triplet: A3, 10 and 2D. RGB value is (163,16,45). Sum of RGB (Red+Green+Blue) = 163+16+45=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3102D is #5CEFD2. Grayscale: #3F3F3F. Windows color (decimal): -6090707 or 2953379. OLE color: 2953379.

HSL color Cylindrical-coordinate representation of color #A3102D: hue angle of 348.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3102D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 45 -
CMYK 0 0.90 0.72 0.36
HSL 348.16º 0.82% 0.35% -
HSV(B) 348.16º 0.9% 0.64% -
XYZ 15.76 8.35 3.26 -
YUV 63.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 163 16 45 0 0.90 0.72 0.36 348.16 0.82 0.35
Hex A3 10 2D 0 5A 48 24 15C 52 23
Octal 243 20 55 0 132 110 44 534 122 43
Binary 10100011 10000 101101 0 1011010 1001000 100100 101011100 1010010 100011

Color Harmonies of #A3102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3102D

Black with #A3102D

Text Example


Text Example

White with #A3102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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