Html Css Color HEX #A40020 Carmine

📋 copy color: '#A40020'

red 164 ◦ green 0 ◦ blue 32

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

Shades of Carmine #A40020

Tints of Carmine #A40020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.67%
G = 0%
B = 16.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40020 (or 0xA40020) is known color: Carmine. HEX triplet: A4, 00 and 20. RGB value is (164,0,32). Sum of RGB (Red+Green+Blue) = 164+0+32=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A40020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40020 is #5BFFDF. Grayscale: #343434. Windows color (decimal): -6029280 or 2097316. OLE color: 2097316.

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

Color convert

RGB 164 0 32 -
CMYK 0 1 0.80 0.36
HSL 348.29º 1% 0.32% -
HSV(B) 348.29º 1% 0.64% -
XYZ 15.57 8 2.09 -
YUV 52.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 164 0 32 0 1 0.80 0.36 348.29 1 0.32
Hex A4 0 20 0 64 50 24 15C 64 20
Octal 244 0 40 0 144 120 44 534 144 40
Binary 10100100 0 100000 0 1100100 1010000 100100 101011100 1100100 100000

Color Harmonies of #A40020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40020

Black with #A40020

Text Example


Text Example

White with #A40020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40020; }

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

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

background-color css

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

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

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

border-color css

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

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

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