Html Css Color HEX #A3151C Carmine

📋 copy color: '#A3151C'

red 163 ◦ green 21 ◦ blue 28

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

Shades of Carmine #A3151C

Tints of Carmine #A3151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 76.89%
G = 9.91%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3151C (or 0xA3151C) is known color: Carmine. HEX triplet: A3, 15 and 1C. RGB value is (163,21,28). Sum of RGB (Red+Green+Blue) = 163+21+28=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3151C is #5CEAE3. Grayscale: #404040. Windows color (decimal): -6089444 or 1840547. OLE color: 1840547.

HSL color Cylindrical-coordinate representation of color #A3151C: hue angle of 357.04º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3151C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 28 -
CMYK 0 0.87 0.83 0.36
HSL 357.04º 0.77% 0.36% -
HSV(B) 357.04º 0.87% 0.64% -
XYZ 15.58 8.41 1.9 -
YUV 64.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 163 21 28 0 0.87 0.83 0.36 357.04 0.77 0.36
Hex A3 15 1C 0 57 53 24 165 4D 24
Octal 243 25 34 0 127 123 44 545 115 44
Binary 10100011 10101 11100 0 1010111 1010011 100100 101100101 1001101 100100

Color Harmonies of #A3151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3151C

Black with #A3151C

Text Example


Text Example

White with #A3151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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