Html Css Color HEX #A1042B Carmine

📋 copy color: '#A1042B'

red 161 ◦ green 4 ◦ blue 43

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

Shades of Carmine #A1042B

Tints of Carmine #A1042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 77.4%
G = 1.92%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1042B (or 0xA1042B) is known color: Carmine. HEX triplet: A1, 04 and 2B. RGB value is (161,4,43). Sum of RGB (Red+Green+Blue) = 161+4+43=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1042B is #5EFBD4. Grayscale: #373737. Windows color (decimal): -6224853 or 2819233. OLE color: 2819233.

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

Color convert

RGB 161 4 43 -
CMYK 0 0.98 0.73 0.37
HSL 345.1º 0.95% 0.32% -
HSV(B) 345.1º 0.98% 0.63% -
XYZ 15.18 7.84 3 -
YUV 55.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 161 4 43 0 0.98 0.73 0.37 345.1 0.95 0.32
Hex A1 4 2B 0 62 49 25 159 5F 20
Octal 241 4 53 0 142 111 45 531 137 40
Binary 10100001 100 101011 0 1100010 1001001 100101 101011001 1011111 100000

Color Harmonies of #A1042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1042B

Black with #A1042B

Text Example


Text Example

White with #A1042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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