Html Css Color HEX #A00031 Carmine

📋 copy color: '#A00031'

red 160 ◦ green 0 ◦ blue 49

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

Shades of Carmine #A00031

Tints of Carmine #A00031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.44%

R = 76.56%
G = 0%
B = 23.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A00031 (or 0xA00031) is known color: Carmine. HEX triplet: A0, 00 and 31. RGB value is (160,0,49). Sum of RGB (Red+Green+Blue) = 160+0+49=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A00031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00031 is #5FFFCE. Grayscale: #353535. Windows color (decimal): -6291407 or 3211424. OLE color: 3211424.

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

Color convert

RGB 160 0 49 -
CMYK 0 1 0.69 0.37
HSL 341.63º 1% 0.31% -
HSV(B) 341.63º 1% 0.63% -
XYZ 15.05 7.7 3.6 -
YUV 53.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 160 0 49 0 1 0.69 0.37 341.63 1 0.31
Hex A0 0 31 0 64 45 25 156 64 1F
Octal 240 0 61 0 144 105 45 526 144 37
Binary 10100000 0 110001 0 1100100 1000101 100101 101010110 1100100 11111

Color Harmonies of #A00031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00031

Black with #A00031

Text Example


Text Example

White with #A00031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00031; }

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

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

background-color css

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

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

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

border-color css

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

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

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