Html Css Color HEX #A40022 Carmine

📋 copy color: '#A40022'

red 164 ◦ green 0 ◦ blue 34

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

Shades of Carmine #A40022

Tints of Carmine #A40022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.17%

R = 82.83%
G = 0%
B = 17.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A40022 (or 0xA40022) is known color: Carmine. HEX triplet: A4, 00 and 22. RGB value is (164,0,34). Sum of RGB (Red+Green+Blue) = 164+0+34=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A40022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40022 is #5BFFDD. Grayscale: #343434. Windows color (decimal): -6029278 or 2228388. OLE color: 2228388.

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

Color convert

RGB 164 0 34 -
CMYK 0 1 0.79 0.36
HSL 347.56º 1% 0.32% -
HSV(B) 347.56º 1% 0.64% -
XYZ 15.6 8.01 2.24 -
YUV 52.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 164 0 34 0 1 0.79 0.36 347.56 1 0.32
Hex A4 0 22 0 64 4F 24 15C 64 20
Octal 244 0 42 0 144 117 44 534 144 40
Binary 10100100 0 100010 0 1100100 1001111 100100 101011100 1100100 100000

Color Harmonies of #A40022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40022

Black with #A40022

Text Example


Text Example

White with #A40022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40022; }

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

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

background-color css

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

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

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

border-color css

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

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

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