Html Css Color HEX #A2031F Carmine

📋 copy color: '#A2031F'

red 162 ◦ green 3 ◦ blue 31

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

Shades of Carmine #A2031F

Tints of Carmine #A2031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 82.65%
G = 1.53%
B = 15.82%

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

#A2031F (or 0xA2031F) is known color: Carmine. HEX triplet: A2, 03 and 1F. RGB value is (162,3,31). Sum of RGB (Red+Green+Blue) = 162+3+31=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2031F is #5DFCE0. Grayscale: #353535. Windows color (decimal): -6159585 or 2032546. OLE color: 2032546.

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

Color convert

RGB 162 3 31 -
CMYK 0 0.98 0.81 0.36
HSL 349.43º 0.96% 0.32% -
HSV(B) 349.43º 0.98% 0.64% -
XYZ 15.18 7.85 2.01 -
YUV 53.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 162 3 31 0 0.98 0.81 0.36 349.43 0.96 0.32
Hex A2 3 1F 0 62 51 24 15D 60 20
Octal 242 3 37 0 142 121 44 535 140 40
Binary 10100010 11 11111 0 1100010 1010001 100100 101011101 1100000 100000

Color Harmonies of #A2031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2031F

Black with #A2031F

Text Example


Text Example

White with #A2031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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