Html Css Color HEX #A2032B Carmine

📋 copy color: '#A2032B'

red 162 ◦ green 3 ◦ blue 43

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

Shades of Carmine #A2032B

Tints of Carmine #A2032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 77.88%
G = 1.44%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2032B (or 0xA2032B) is known color: Carmine. HEX triplet: A2, 03 and 2B. RGB value is (162,3,43). Sum of RGB (Red+Green+Blue) = 162+3+43=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2032B is #5DFCD4. Grayscale: #373737. Windows color (decimal): -6159573 or 2818978. OLE color: 2818978.

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

Color convert

RGB 162 3 43 -
CMYK 0 0.98 0.73 0.36
HSL 344.91º 0.96% 0.32% -
HSV(B) 344.91º 0.98% 0.64% -
XYZ 15.37 7.92 3 -
YUV 55.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 162 3 43 0 0.98 0.73 0.36 344.91 0.96 0.32
Hex A2 3 2B 0 62 49 24 159 60 20
Octal 242 3 53 0 142 111 44 531 140 40
Binary 10100010 11 101011 0 1100010 1001001 100100 101011001 1100000 100000

Color Harmonies of #A2032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2032B

Black with #A2032B

Text Example


Text Example

White with #A2032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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