Html Css Color HEX #A2052F Carmine

📋 copy color: '#A2052F'

red 162 ◦ green 5 ◦ blue 47

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

Shades of Carmine #A2052F

Tints of Carmine #A2052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 75.7%
G = 2.34%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2052F (or 0xA2052F) is known color: Carmine. HEX triplet: A2, 05 and 2F. RGB value is (162,5,47). Sum of RGB (Red+Green+Blue) = 162+5+47=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2052F is #5DFAD0. Grayscale: #383838. Windows color (decimal): -6159057 or 3081634. OLE color: 3081634.

HSL color Cylindrical-coordinate representation of color #A2052F: hue angle of 343.95º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2052F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 47 -
CMYK 0 0.97 0.71 0.36
HSL 343.95º 0.94% 0.33% -
HSV(B) 343.95º 0.97% 0.64% -
XYZ 15.47 8 3.42 -
YUV 56.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 162 5 47 0 0.97 0.71 0.36 343.95 0.94 0.33
Hex A2 5 2F 0 61 47 24 158 5E 21
Octal 242 5 57 0 141 107 44 530 136 41
Binary 10100010 101 101111 0 1100001 1000111 100100 101011000 1011110 100001

Color Harmonies of #A2052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2052F

Black with #A2052F

Text Example


Text Example

White with #A2052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2052F; }

 p { color: rgb(162,5,47); }

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

background-color css

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

 a { background-color: rgb(162,5,47); }

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

border-color css

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

 span { border-color: rgb(162,5,47); }

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