Html Css Color HEX #A2051C Carmine

📋 copy color: '#A2051C'

red 162 ◦ green 5 ◦ blue 28

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

Shades of Carmine #A2051C

Tints of Carmine #A2051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 83.08%
G = 2.56%
B = 14.36%

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

#A2051C (or 0xA2051C) is known color: Carmine. HEX triplet: A2, 05 and 1C. RGB value is (162,5,28). Sum of RGB (Red+Green+Blue) = 162+5+28=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2051C is #5DFAE3. Grayscale: #363636. Windows color (decimal): -6159076 or 1836450. OLE color: 1836450.

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

Color convert

RGB 162 5 28 -
CMYK 0 0.97 0.83 0.36
HSL 351.21º 0.94% 0.33% -
HSV(B) 351.21º 0.97% 0.64% -
XYZ 15.16 7.87 1.82 -
YUV 54.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 162 5 28 0 0.97 0.83 0.36 351.21 0.94 0.33
Hex A2 5 1C 0 61 53 24 15F 5E 21
Octal 242 5 34 0 141 123 44 537 136 41
Binary 10100010 101 11100 0 1100001 1010011 100100 101011111 1011110 100001

Color Harmonies of #A2051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2051C

Black with #A2051C

Text Example


Text Example

White with #A2051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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