Html Css Color HEX #A2011F Carmine

📋 copy color: '#A2011F'

red 162 ◦ green 1 ◦ blue 31

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

Shades of Carmine #A2011F

Tints of Carmine #A2011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 83.51%
G = 0.52%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2011F (or 0xA2011F) is known color: Carmine. HEX triplet: A2, 01 and 1F. RGB value is (162,1,31). Sum of RGB (Red+Green+Blue) = 162+1+31=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011F is #5DFEE0. Grayscale: #343434. Windows color (decimal): -6160097 or 2032034. OLE color: 2032034.

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

Color convert

RGB 162 1 31 -
CMYK 0 0.99 0.81 0.36
HSL 348.82º 0.99% 0.32% -
HSV(B) 348.82º 0.99% 0.64% -
XYZ 15.16 7.8 2 -
YUV 52.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 162 1 31 0 0.99 0.81 0.36 348.82 0.99 0.32
Hex A2 1 1F 0 63 51 24 15D 63 20
Octal 242 1 37 0 143 121 44 535 143 40
Binary 10100010 1 11111 0 1100011 1010001 100100 101011101 1100011 100000

Color Harmonies of #A2011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2011F

Black with #A2011F

Text Example


Text Example

White with #A2011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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