Html Css Color HEX #A2051B Carmine

📋 copy color: '#A2051B'

red 162 ◦ green 5 ◦ blue 27

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

Shades of Carmine #A2051B

Tints of Carmine #A2051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 83.51%
G = 2.58%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2051B (or 0xA2051B) is known color: Carmine. HEX triplet: A2, 05 and 1B. RGB value is (162,5,27). Sum of RGB (Red+Green+Blue) = 162+5+27=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2051B is #5DFAE4. Grayscale: #363636. Windows color (decimal): -6159077 or 1770914. OLE color: 1770914.

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

Color convert

RGB 162 5 27 -
CMYK 0 0.97 0.83 0.36
HSL 351.59º 0.94% 0.33% -
HSV(B) 351.59º 0.97% 0.64% -
XYZ 15.15 7.87 1.76 -
YUV 54.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 162 5 27 0 0.97 0.83 0.36 351.59 0.94 0.33
Hex A2 5 1B 0 61 53 24 160 5E 21
Octal 242 5 33 0 141 123 44 540 136 41
Binary 10100010 101 11011 0 1100001 1010011 100100 101100000 1011110 100001

Color Harmonies of #A2051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2051B

Black with #A2051B

Text Example


Text Example

White with #A2051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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