Html Css Color HEX #A20238 Carmine

📋 copy color: '#A20238'

red 162 ◦ green 2 ◦ blue 56

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

Shades of Carmine #A20238

Tints of Carmine #A20238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 73.64%
G = 0.91%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20238 (or 0xA20238) is known color: Carmine. HEX triplet: A2, 02 and 38. RGB value is (162,2,56). Sum of RGB (Red+Green+Blue) = 162+2+56=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A20238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20238 is #5DFDC7. Grayscale: #373737. Windows color (decimal): -6159816 or 3670690. OLE color: 3670690.

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

Color convert

RGB 162 2 56 -
CMYK 0 0.99 0.65 0.36
HSL 339.75º 0.98% 0.32% -
HSV(B) 339.75º 0.99% 0.64% -
XYZ 15.64 8.01 4.46 -
YUV 56 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 162 2 56 0 0.99 0.65 0.36 339.75 0.98 0.32
Hex A2 2 38 0 63 41 24 154 62 20
Octal 242 2 70 0 143 101 44 524 142 40
Binary 10100010 10 111000 0 1100011 1000001 100100 101010100 1100010 100000

Color Harmonies of #A20238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20238

Black with #A20238

Text Example


Text Example

White with #A20238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20238; }

 p { color: rgb(162,2,56); }

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

background-color css

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

 a { background-color: rgb(162,2,56); }

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

border-color css

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

 span { border-color: rgb(162,2,56); }

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