Html Css Color HEX #A40320 Carmine

📋 copy color: '#A40320'

red 164 ◦ green 3 ◦ blue 32

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

Shades of Carmine #A40320

Tints of Carmine #A40320

RGB

 RED value IS 164 (64.45% from 255) = 82.41%

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 82.41%
G = 1.51%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40320 (or 0xA40320) is known color: Carmine. HEX triplet: A4, 03 and 20. RGB value is (164,3,32). Sum of RGB (Red+Green+Blue) = 164+3+32=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A40320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40320 is #5BFCDF. Grayscale: #363636. Windows color (decimal): -6028512 or 2098084. OLE color: 2098084.

HSL color Cylindrical-coordinate representation of color #A40320: hue angle of 349.19º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40320 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 32 -
CMYK 0 0.98 0.80 0.36
HSL 349.19º 0.96% 0.33% -
HSV(B) 349.19º 0.98% 0.64% -
XYZ 15.6 8.06 2.1 -
YUV 54.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 164 3 32 0 0.98 0.80 0.36 349.19 0.96 0.33
Hex A4 3 20 0 62 50 24 15D 60 21
Octal 244 3 40 0 142 120 44 535 140 41
Binary 10100100 11 100000 0 1100010 1010000 100100 101011101 1100000 100001

Color Harmonies of #A40320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40320

Black with #A40320

Text Example


Text Example

White with #A40320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40320; }

 p { color: rgb(164,3,32); }

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

background-color css

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

 a { background-color: rgb(164,3,32); }

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

border-color css

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

 span { border-color: rgb(164,3,32); }

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