Html Css Color HEX #A31020 Carmine

📋 copy color: '#A31020'

red 163 ◦ green 16 ◦ blue 32

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

Shades of Carmine #A31020

Tints of Carmine #A31020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 77.25%
G = 7.58%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A31020 (or 0xA31020) is known color: Carmine. HEX triplet: A3, 10 and 20. RGB value is (163,16,32). Sum of RGB (Red+Green+Blue) = 163+16+32=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31020 is #5CEFDF. Grayscale: #3D3D3D. Windows color (decimal): -6090720 or 2101411. OLE color: 2101411.

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

Color convert

RGB 163 16 32 -
CMYK 0 0.90 0.80 0.36
HSL 353.47º 0.82% 0.35% -
HSV(B) 353.47º 0.9% 0.64% -
XYZ 15.55 8.26 2.14 -
YUV 61.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 163 16 32 0 0.90 0.80 0.36 353.47 0.82 0.35
Hex A3 10 20 0 5A 50 24 161 52 23
Octal 243 20 40 0 132 120 44 541 122 43
Binary 10100011 10000 100000 0 1011010 1010000 100100 101100001 1010010 100011

Color Harmonies of #A31020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31020

Black with #A31020

Text Example


Text Example

White with #A31020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31020; }

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

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

background-color css

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

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

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

border-color css

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

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

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