Html Css Color HEX #A0072F Carmine

📋 copy color: '#A0072F'

red 160 ◦ green 7 ◦ blue 47

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

Shades of Carmine #A0072F

Tints of Carmine #A0072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 74.77%
G = 3.27%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0072F (or 0xA0072F) is known color: Carmine. HEX triplet: A0, 07 and 2F. RGB value is (160,7,47). Sum of RGB (Red+Green+Blue) = 160+7+47=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A0072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0072F is #5FF8D0. Grayscale: #393939. Windows color (decimal): -6289617 or 3082144. OLE color: 3082144.

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

Color convert

RGB 160 7 47 -
CMYK 0 0.96 0.71 0.37
HSL 344.31º 0.92% 0.33% -
HSV(B) 344.31º 0.96% 0.63% -
XYZ 15.09 7.83 3.41 -
YUV 57.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 160 7 47 0 0.96 0.71 0.37 344.31 0.92 0.33
Hex A0 7 2F 0 60 47 25 158 5C 21
Octal 240 7 57 0 140 107 45 530 134 41
Binary 10100000 111 101111 0 1100000 1000111 100101 101011000 1011100 100001

Color Harmonies of #A0072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0072F

Black with #A0072F

Text Example


Text Example

White with #A0072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0072F; }

 p { color: rgb(160,7,47); }

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

background-color css

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

 a { background-color: rgb(160,7,47); }

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

border-color css

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

 span { border-color: rgb(160,7,47); }

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