Html Css Color HEX #A2002A Carmine

📋 copy color: '#A2002A'

red 162 ◦ green 0 ◦ blue 42

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

Shades of Carmine #A2002A

Tints of Carmine #A2002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 79.41%
G = 0%
B = 20.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2002A (or 0xA2002A) is known color: Carmine. HEX triplet: A2, 00 and 2A. RGB value is (162,0,42). Sum of RGB (Red+Green+Blue) = 162+0+42=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002A is #5DFFD5. Grayscale: #353535. Windows color (decimal): -6160342 or 2752674. OLE color: 2752674.

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

Color convert

RGB 162 0 42 -
CMYK 0 1 0.74 0.36
HSL 344.44º 1% 0.32% -
HSV(B) 344.44º 1% 0.64% -
XYZ 15.32 7.85 2.9 -
YUV 53.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 162 0 42 0 1 0.74 0.36 344.44 1 0.32
Hex A2 0 2A 0 64 4A 24 158 64 20
Octal 242 0 52 0 144 112 44 530 144 40
Binary 10100010 0 101010 0 1100100 1001010 100100 101011000 1100100 100000

Color Harmonies of #A2002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2002A

Black with #A2002A

Text Example


Text Example

White with #A2002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2002A; }

 p { color: rgb(162,0,42); }

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

background-color css

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

 a { background-color: rgb(162,0,42); }

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

border-color css

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

 span { border-color: rgb(162,0,42); }

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