Html Css Color HEX #A2041C Carmine

📋 copy color: '#A2041C'

red 162 ◦ green 4 ◦ blue 28

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

Shades of Carmine #A2041C

Tints of Carmine #A2041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 83.51%
G = 2.06%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2041C (or 0xA2041C) is known color: Carmine. HEX triplet: A2, 04 and 1C. RGB value is (162,4,28). Sum of RGB (Red+Green+Blue) = 162+4+28=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2041C is #5DFBE3. Grayscale: #363636. Windows color (decimal): -6159332 or 1836194. OLE color: 1836194.

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

Color convert

RGB 162 4 28 -
CMYK 0 0.98 0.83 0.36
HSL 350.89º 0.95% 0.33% -
HSV(B) 350.89º 0.98% 0.64% -
XYZ 15.15 7.85 1.82 -
YUV 53.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 162 4 28 0 0.98 0.83 0.36 350.89 0.95 0.33
Hex A2 4 1C 0 62 53 24 15F 5F 21
Octal 242 4 34 0 142 123 44 537 137 41
Binary 10100010 100 11100 0 1100010 1010011 100100 101011111 1011111 100001

Color Harmonies of #A2041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2041C

Black with #A2041C

Text Example


Text Example

White with #A2041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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