Html Css Color HEX #A2001B Carmine

📋 copy color: '#A2001B'

red 162 ◦ green 0 ◦ blue 27

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

Shades of Carmine #A2001B

Tints of Carmine #A2001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2001B (or 0xA2001B) is known color: Carmine. HEX triplet: A2, 00 and 1B. RGB value is (162,0,27). Sum of RGB (Red+Green+Blue) = 162+0+27=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001B is #5DFFE4. Grayscale: #333333. Windows color (decimal): -6160357 or 1769634. OLE color: 1769634.

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

Color convert

RGB 162 0 27 -
CMYK 0 1 0.83 0.36
HSL 350º 1% 0.32% -
HSV(B) 350º 1% 0.64% -
XYZ 15.1 7.76 1.74 -
YUV 51.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 162 0 27 0 1 0.83 0.36 350 1 0.32
Hex A2 0 1B 0 64 53 24 15E 64 20
Octal 242 0 33 0 144 123 44 536 144 40
Binary 10100010 0 11011 0 1100100 1010011 100100 101011110 1100100 100000

Color Harmonies of #A2001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2001B

Black with #A2001B

Text Example


Text Example

White with #A2001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2001B; }

 p { color: rgb(162,0,27); }

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

background-color css

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

 a { background-color: rgb(162,0,27); }

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

border-color css

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

 span { border-color: rgb(162,0,27); }

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