Html Css Color HEX #A2022B Carmine

📋 copy color: '#A2022B'

red 162 ◦ green 2 ◦ blue 43

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

Shades of Carmine #A2022B

Tints of Carmine #A2022B

RGB

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

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

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

R = 78.26%
G = 0.97%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2022B (or 0xA2022B) is known color: Carmine. HEX triplet: A2, 02 and 2B. RGB value is (162,2,43). Sum of RGB (Red+Green+Blue) = 162+2+43=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A2022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2022B is #5DFDD4. Grayscale: #363636. Windows color (decimal): -6159829 or 2818722. OLE color: 2818722.

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

Color convert

RGB 162 2 43 -
CMYK 0 0.99 0.73 0.36
HSL 344.63º 0.98% 0.32% -
HSV(B) 344.63º 0.99% 0.64% -
XYZ 15.36 7.9 3 -
YUV 54.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 162 2 43 0 0.99 0.73 0.36 344.63 0.98 0.32
Hex A2 2 2B 0 63 49 24 159 62 20
Octal 242 2 53 0 143 111 44 531 142 40
Binary 10100010 10 101011 0 1100011 1001001 100100 101011001 1100010 100000

Color Harmonies of #A2022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2022B

Black with #A2022B

Text Example


Text Example

White with #A2022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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