Html Css Color HEX #A2032E Carmine

📋 copy color: '#A2032E'

red 162 ◦ green 3 ◦ blue 46

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

Shades of Carmine #A2032E

Tints of Carmine #A2032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 76.78%
G = 1.42%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2032E (or 0xA2032E) is known color: Carmine. HEX triplet: A2, 03 and 2E. RGB value is (162,3,46). Sum of RGB (Red+Green+Blue) = 162+3+46=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2032E is #5DFCD1. Grayscale: #373737. Windows color (decimal): -6159570 or 3015586. OLE color: 3015586.

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

Color convert

RGB 162 3 46 -
CMYK 0 0.98 0.72 0.36
HSL 343.77º 0.96% 0.32% -
HSV(B) 343.77º 0.98% 0.64% -
XYZ 15.43 7.94 3.31 -
YUV 55.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 162 3 46 0 0.98 0.72 0.36 343.77 0.96 0.32
Hex A2 3 2E 0 62 48 24 158 60 20
Octal 242 3 56 0 142 110 44 530 140 40
Binary 10100010 11 101110 0 1100010 1001000 100100 101011000 1100000 100000

Color Harmonies of #A2032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2032E

Black with #A2032E

Text Example


Text Example

White with #A2032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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