Html Css Color HEX #A1002B Carmine

📋 copy color: '#A1002B'

red 161 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A1002B

Tints of Carmine #A1002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 78.92%
G = 0%
B = 21.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1002B (or 0xA1002B) is known color: Carmine. HEX triplet: A1, 00 and 2B. RGB value is (161,0,43). Sum of RGB (Red+Green+Blue) = 161+0+43=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002B is #5EFFD4. Grayscale: #353535. Windows color (decimal): -6225877 or 2818209. OLE color: 2818209.

HSL color Cylindrical-coordinate representation of color #A1002B: hue angle of 343.98º 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 #A1002B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 0 43 -
CMYK 0 1 0.73 0.37
HSL 343.98º 1% 0.32% -
HSV(B) 343.98º 1% 0.63% -
XYZ 15.13 7.75 2.98 -
YUV 53.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 161 0 43 0 1 0.73 0.37 343.98 1 0.32
Hex A1 0 2B 0 64 49 25 158 64 20
Octal 241 0 53 0 144 111 45 530 144 40
Binary 10100001 0 101011 0 1100100 1001001 100101 101011000 1100100 100000

Color Harmonies of #A1002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1002B

Black with #A1002B

Text Example


Text Example

White with #A1002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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