Html Css Color HEX #A3101C Carmine

📋 copy color: '#A3101C'

red 163 ◦ green 16 ◦ blue 28

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

Shades of Carmine #A3101C

Tints of Carmine #A3101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 78.74%
G = 7.73%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3101C (or 0xA3101C) is known color: Carmine. HEX triplet: A3, 10 and 1C. RGB value is (163,16,28). Sum of RGB (Red+Green+Blue) = 163+16+28=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A3101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3101C is #5CEFE3. Grayscale: #3D3D3D. Windows color (decimal): -6090724 or 1839267. OLE color: 1839267.

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

Color convert

RGB 163 16 28 -
CMYK 0 0.90 0.83 0.36
HSL 355.1º 0.82% 0.35% -
HSV(B) 355.1º 0.9% 0.64% -
XYZ 15.5 8.24 1.87 -
YUV 61.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 163 16 28 0 0.90 0.83 0.36 355.1 0.82 0.35
Hex A3 10 1C 0 5A 53 24 163 52 23
Octal 243 20 34 0 132 123 44 543 122 43
Binary 10100011 10000 11100 0 1011010 1010011 100100 101100011 1010010 100011

Color Harmonies of #A3101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3101C

Black with #A3101C

Text Example


Text Example

White with #A3101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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