Html Css Color HEX #A3151F Carmine

📋 copy color: '#A3151F'

red 163 ◦ green 21 ◦ blue 31

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

Shades of Carmine #A3151F

Tints of Carmine #A3151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 75.81%
G = 9.77%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3151F (or 0xA3151F) is known color: Carmine. HEX triplet: A3, 15 and 1F. RGB value is (163,21,31). Sum of RGB (Red+Green+Blue) = 163+21+31=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3151F is #5CEAE0. Grayscale: #404040. Windows color (decimal): -6089441 or 2037155. OLE color: 2037155.

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

Color convert

RGB 163 21 31 -
CMYK 0 0.87 0.81 0.36
HSL 355.77º 0.77% 0.36% -
HSV(B) 355.77º 0.87% 0.64% -
XYZ 15.62 8.42 2.1 -
YUV 64.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 163 21 31 0 0.87 0.81 0.36 355.77 0.77 0.36
Hex A3 15 1F 0 57 51 24 164 4D 24
Octal 243 25 37 0 127 121 44 544 115 44
Binary 10100011 10101 11111 0 1010111 1010001 100100 101100100 1001101 100100

Color Harmonies of #A3151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3151F

Black with #A3151F

Text Example


Text Example

White with #A3151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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