Html Css Color HEX #A0002D Carmine

📋 copy color: '#A0002D'

red 160 ◦ green 0 ◦ blue 45

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

Shades of Carmine #A0002D

Tints of Carmine #A0002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 78.05%
G = 0%
B = 21.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0002D (or 0xA0002D) is known color: Carmine. HEX triplet: A0, 00 and 2D. RGB value is (160,0,45). Sum of RGB (Red+Green+Blue) = 160+0+45=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0002D is #5FFFD2. Grayscale: #343434. Windows color (decimal): -6291411 or 2949280. OLE color: 2949280.

HSL color Cylindrical-coordinate representation of color #A0002D: hue angle of 343.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 45 -
CMYK 0 1 0.72 0.37
HSL 343.13º 1% 0.31% -
HSV(B) 343.13º 1% 0.63% -
XYZ 14.97 7.66 3.17 -
YUV 52.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 160 0 45 0 1 0.72 0.37 343.13 1 0.31
Hex A0 0 2D 0 64 48 25 157 64 1F
Octal 240 0 55 0 144 110 45 527 144 37
Binary 10100000 0 101101 0 1100100 1001000 100101 101010111 1100100 11111

Color Harmonies of #A0002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0002D

Black with #A0002D

Text Example


Text Example

White with #A0002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0002D; }

 p { color: rgb(160,0,45); }

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

background-color css

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

 a { background-color: rgb(160,0,45); }

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

border-color css

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

 span { border-color: rgb(160,0,45); }

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