Html Css Color HEX #A40226 Carmine

📋 copy color: '#A40226'

red 164 ◦ green 2 ◦ blue 38

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

Shades of Carmine #A40226

Tints of Carmine #A40226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 80.39%
G = 0.98%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A40226 (or 0xA40226) is known color: Carmine. HEX triplet: A4, 02 and 26. RGB value is (164,2,38). Sum of RGB (Red+Green+Blue) = 164+2+38=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40226 is #5BFDD9. Grayscale: #363636. Windows color (decimal): -6028762 or 2491044. OLE color: 2491044.

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

Color convert

RGB 164 2 38 -
CMYK 0 0.99 0.77 0.36
HSL 346.67º 0.98% 0.33% -
HSV(B) 346.67º 0.99% 0.64% -
XYZ 15.68 8.08 2.57 -
YUV 54.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 164 2 38 0 0.99 0.77 0.36 346.67 0.98 0.33
Hex A4 2 26 0 63 4D 24 15B 62 21
Octal 244 2 46 0 143 115 44 533 142 41
Binary 10100100 10 100110 0 1100011 1001101 100100 101011011 1100010 100001

Color Harmonies of #A40226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40226

Black with #A40226

Text Example


Text Example

White with #A40226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40226; }

 p { color: rgb(164,2,38); }

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

background-color css

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

 a { background-color: rgb(164,2,38); }

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

border-color css

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

 span { border-color: rgb(164,2,38); }

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