Html Css Color HEX #A2041E Carmine

📋 copy color: '#A2041E'

red 162 ◦ green 4 ◦ blue 30

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

Shades of Carmine #A2041E

Tints of Carmine #A2041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 82.65%
G = 2.04%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2041E (or 0xA2041E) is known color: Carmine. HEX triplet: A2, 04 and 1E. RGB value is (162,4,30). Sum of RGB (Red+Green+Blue) = 162+4+30=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2041E is #5DFBE1. Grayscale: #363636. Windows color (decimal): -6159330 or 1967266. OLE color: 1967266.

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

Color convert

RGB 162 4 30 -
CMYK 0 0.98 0.81 0.36
HSL 350.13º 0.95% 0.33% -
HSV(B) 350.13º 0.98% 0.64% -
XYZ 15.18 7.86 1.95 -
YUV 54.21 114.35 204.89 -
System Red Green Blue C M Y K H S L
Decimal 162 4 30 0 0.98 0.81 0.36 350.13 0.95 0.33
Hex A2 4 1E 0 62 51 24 15E 5F 21
Octal 242 4 36 0 142 121 44 536 137 41
Binary 10100010 100 11110 0 1100010 1010001 100100 101011110 1011111 100001

Color Harmonies of #A2041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2041E

Black with #A2041E

Text Example


Text Example

White with #A2041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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