Html Css Color HEX #A2002B Carmine

📋 copy color: '#A2002B'

red 162 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A2002B

Tints of Carmine #A2002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 79.02%
G = 0%
B = 20.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2002B (or 0xA2002B) is known color: Carmine. HEX triplet: A2, 00 and 2B. RGB value is (162,0,43). Sum of RGB (Red+Green+Blue) = 162+0+43=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002B is #5DFFD4. Grayscale: #353535. Windows color (decimal): -6160341 or 2818210. OLE color: 2818210.

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

Color convert

RGB 162 0 43 -
CMYK 0 1 0.73 0.36
HSL 344.07º 1% 0.32% -
HSV(B) 344.07º 1% 0.64% -
XYZ 15.34 7.86 2.99 -
YUV 53.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 162 0 43 0 1 0.73 0.36 344.07 1 0.32
Hex A2 0 2B 0 64 49 24 158 64 20
Octal 242 0 53 0 144 111 44 530 144 40
Binary 10100010 0 101011 0 1100100 1001001 100100 101011000 1100100 100000

Color Harmonies of #A2002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2002B

Black with #A2002B

Text Example


Text Example

White with #A2002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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