Html Css Color HEX #A3181F Carmine

📋 copy color: '#A3181F'

red 163 ◦ green 24 ◦ blue 31

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

Shades of Carmine #A3181F

Tints of Carmine #A3181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 74.77%
G = 11.01%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3181F (or 0xA3181F) is known color: Carmine. HEX triplet: A3, 18 and 1F. RGB value is (163,24,31). Sum of RGB (Red+Green+Blue) = 163+24+31=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A3181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3181F is #5CE7E0. Grayscale: #424242. Windows color (decimal): -6088673 or 2037923. OLE color: 2037923.

HSL color Cylindrical-coordinate representation of color #A3181F: hue angle of 356.98º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3181F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 31 -
CMYK 0 0.85 0.81 0.36
HSL 356.98º 0.74% 0.37% -
HSV(B) 356.98º 0.85% 0.64% -
XYZ 15.68 8.54 2.12 -
YUV 66.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 163 24 31 0 0.85 0.81 0.36 356.98 0.74 0.37
Hex A3 18 1F 0 55 51 24 165 4A 25
Octal 243 30 37 0 125 121 44 545 112 45
Binary 10100011 11000 11111 0 1010101 1010001 100100 101100101 1001010 100101

Color Harmonies of #A3181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3181F

Black with #A3181F

Text Example


Text Example

White with #A3181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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