Html Css Color HEX #A20426 Carmine

📋 copy color: '#A20426'

red 162 ◦ green 4 ◦ blue 38

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

Shades of Carmine #A20426

Tints of Carmine #A20426

RGB

 RED value IS 162 (63.67% from 255) = 79.41%

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 79.41%
G = 1.96%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20426 (or 0xA20426) is known color: Carmine. HEX triplet: A2, 04 and 26. RGB value is (162,4,38). Sum of RGB (Red+Green+Blue) = 162+4+38=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20426 is #5DFBD9. Grayscale: #373737. Windows color (decimal): -6159322 or 2491554. OLE color: 2491554.

HSL color Cylindrical-coordinate representation of color #A20426: hue angle of 347.09º degrees, saturation: 0.95, 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 #A20426 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 38 -
CMYK 0 0.98 0.77 0.36
HSL 347.09º 0.95% 0.33% -
HSV(B) 347.09º 0.98% 0.64% -
XYZ 15.29 7.91 2.55 -
YUV 55.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 162 4 38 0 0.98 0.77 0.36 347.09 0.95 0.33
Hex A2 4 26 0 62 4D 24 15B 5F 21
Octal 242 4 46 0 142 115 44 533 137 41
Binary 10100010 100 100110 0 1100010 1001101 100100 101011011 1011111 100001

Color Harmonies of #A20426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20426

Black with #A20426

Text Example


Text Example

White with #A20426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20426; }

 p { color: rgb(162,4,38); }

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

background-color css

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

 a { background-color: rgb(162,4,38); }

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

border-color css

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

 span { border-color: rgb(162,4,38); }

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