Html Css Color HEX #A0002F Carmine

📋 copy color: '#A0002F'

red 160 ◦ green 0 ◦ blue 47

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

Shades of Carmine #A0002F

Tints of Carmine #A0002F

RGB

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

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

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

R = 77.29%
G = 0%
B = 22.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0002F (or 0xA0002F) is known color: Carmine. HEX triplet: A0, 00 and 2F. RGB value is (160,0,47). Sum of RGB (Red+Green+Blue) = 160+0+47=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0002F is #5FFFD0. Grayscale: #353535. Windows color (decimal): -6291409 or 3080352. OLE color: 3080352.

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

Color convert

RGB 160 0 47 -
CMYK 0 1 0.71 0.37
HSL 342.38º 1% 0.31% -
HSV(B) 342.38º 1% 0.63% -
XYZ 15.01 7.68 3.38 -
YUV 53.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 160 0 47 0 1 0.71 0.37 342.38 1 0.31
Hex A0 0 2F 0 64 47 25 156 64 1F
Octal 240 0 57 0 144 107 45 526 144 37
Binary 10100000 0 101111 0 1100100 1000111 100101 101010110 1100100 11111

Color Harmonies of #A0002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0002F

Black with #A0002F

Text Example


Text Example

White with #A0002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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