Html Css Color HEX #A5042C Carmine

📋 copy color: '#A5042C'

red 165 ◦ green 4 ◦ blue 44

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

Shades of Carmine #A5042C

Tints of Carmine #A5042C

RGB

 RED value IS 165 (64.84% from 255) = 77.46%

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

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 77.46%
G = 1.88%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5042C (or 0xA5042C) is known color: Carmine. HEX triplet: A5, 04 and 2C. RGB value is (165,4,44). Sum of RGB (Red+Green+Blue) = 165+4+44=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A5042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5042C is #5AFBD3. Grayscale: #383838. Windows color (decimal): -5962708 or 2884773. OLE color: 2884773.

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

Color convert

RGB 165 4 44 -
CMYK 0 0.98 0.73 0.35
HSL 345.09º 0.95% 0.33% -
HSV(B) 345.09º 0.98% 0.65% -
XYZ 16.02 8.27 3.13 -
YUV 56.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 165 4 44 0 0.98 0.73 0.35 345.09 0.95 0.33
Hex A5 4 2C 0 62 49 23 159 5F 21
Octal 245 4 54 0 142 111 43 531 137 41
Binary 10100101 100 101100 0 1100010 1001001 100011 101011001 1011111 100001

Color Harmonies of #A5042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5042C

Black with #A5042C

Text Example


Text Example

White with #A5042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5042C; }

 p { color: rgb(165,4,44); }

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

background-color css

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

 a { background-color: rgb(165,4,44); }

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

border-color css

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

 span { border-color: rgb(165,4,44); }

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