Html Css Color HEX #A3101A Carmine

📋 copy color: '#A3101A'

red 163 ◦ green 16 ◦ blue 26

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

Shades of Carmine #A3101A

Tints of Carmine #A3101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 79.51%
G = 7.8%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3101A (or 0xA3101A) is known color: Carmine. HEX triplet: A3, 10 and 1A. RGB value is (163,16,26). Sum of RGB (Red+Green+Blue) = 163+16+26=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A3101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3101A is #5CEFE5. Grayscale: #3D3D3D. Windows color (decimal): -6090726 or 1708195. OLE color: 1708195.

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

Color convert

RGB 163 16 26 -
CMYK 0 0.90 0.84 0.36
HSL 355.92º 0.82% 0.35% -
HSV(B) 355.92º 0.9% 0.64% -
XYZ 15.48 8.23 1.75 -
YUV 61.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 163 16 26 0 0.90 0.84 0.36 355.92 0.82 0.35
Hex A3 10 1A 0 5A 54 24 164 52 23
Octal 243 20 32 0 132 124 44 544 122 43
Binary 10100011 10000 11010 0 1011010 1010100 100100 101100100 1010010 100011

Color Harmonies of #A3101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3101A

Black with #A3101A

Text Example


Text Example

White with #A3101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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