Html Css Color HEX #A1002F Carmine

📋 copy color: '#A1002F'

red 161 ◦ green 0 ◦ blue 47

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

Shades of Carmine #A1002F

Tints of Carmine #A1002F

RGB

 RED value IS 161 (63.28% from 255) = 77.4%

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 77.4%
G = 0%
B = 22.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1002F (or 0xA1002F) is known color: Carmine. HEX triplet: A1, 00 and 2F. RGB value is (161,0,47). Sum of RGB (Red+Green+Blue) = 161+0+47=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002F is #5EFFD0. Grayscale: #353535. Windows color (decimal): -6225873 or 3080353. OLE color: 3080353.

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

Color convert

RGB 161 0 47 -
CMYK 0 1 0.71 0.37
HSL 342.48º 1% 0.32% -
HSV(B) 342.48º 1% 0.63% -
XYZ 15.21 7.78 3.39 -
YUV 53.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 161 0 47 0 1 0.71 0.37 342.48 1 0.32
Hex A1 0 2F 0 64 47 25 156 64 20
Octal 241 0 57 0 144 107 45 526 144 40
Binary 10100001 0 101111 0 1100100 1000111 100101 101010110 1100100 100000

Color Harmonies of #A1002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1002F

Black with #A1002F

Text Example


Text Example

White with #A1002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1002F; }

 p { color: rgb(161,0,47); }

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

background-color css

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

 a { background-color: rgb(161,0,47); }

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

border-color css

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

 span { border-color: rgb(161,0,47); }

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