Html Css Color HEX #A2041F Carmine

📋 copy color: '#A2041F'

red 162 ◦ green 4 ◦ blue 31

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

Shades of Carmine #A2041F

Tints of Carmine #A2041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 82.23%
G = 2.03%
B = 15.74%

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

#A2041F (or 0xA2041F) is known color: Carmine. HEX triplet: A2, 04 and 1F. RGB value is (162,4,31). Sum of RGB (Red+Green+Blue) = 162+4+31=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2041F is #5DFBE0. Grayscale: #363636. Windows color (decimal): -6159329 or 2032802. OLE color: 2032802.

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

Color convert

RGB 162 4 31 -
CMYK 0 0.98 0.81 0.36
HSL 349.75º 0.95% 0.33% -
HSV(B) 349.75º 0.98% 0.64% -
XYZ 15.19 7.87 2.01 -
YUV 54.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 162 4 31 0 0.98 0.81 0.36 349.75 0.95 0.33
Hex A2 4 1F 0 62 51 24 15E 5F 21
Octal 242 4 37 0 142 121 44 536 137 41
Binary 10100010 100 11111 0 1100010 1010001 100100 101011110 1011111 100001

Color Harmonies of #A2041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2041F

Black with #A2041F

Text Example


Text Example

White with #A2041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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