Html Css Color HEX #A0041C Carmine

📋 copy color: '#A0041C'

red 160 ◦ green 4 ◦ blue 28

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

Shades of Carmine #A0041C

Tints of Carmine #A0041C

RGB

 RED value IS 160 (62.89% from 255) = 83.33%

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 83.33%
G = 2.08%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0041C (or 0xA0041C) is known color: Carmine. HEX triplet: A0, 04 and 1C. RGB value is (160,4,28). Sum of RGB (Red+Green+Blue) = 160+4+28=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0041C is #5FFBE3. Grayscale: #353535. Windows color (decimal): -6290404 or 1836192. OLE color: 1836192.

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

Color convert

RGB 160 4 28 -
CMYK 0 0.98 0.82 0.37
HSL 350.77º 0.95% 0.32% -
HSV(B) 350.77º 0.98% 0.63% -
XYZ 14.75 7.64 1.8 -
YUV 53.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 160 4 28 0 0.98 0.82 0.37 350.77 0.95 0.32
Hex A0 4 1C 0 62 52 25 15F 5F 20
Octal 240 4 34 0 142 122 45 537 137 40
Binary 10100000 100 11100 0 1100010 1010010 100101 101011111 1011111 100000

Color Harmonies of #A0041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0041C

Black with #A0041C

Text Example


Text Example

White with #A0041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0041C; }

 p { color: rgb(160,4,28); }

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

background-color css

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

 a { background-color: rgb(160,4,28); }

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

border-color css

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

 span { border-color: rgb(160,4,28); }

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