Html Css Color HEX #A0033A Carmine

📋 copy color: '#A0033A'

red 160 ◦ green 3 ◦ blue 58

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

Shades of Carmine #A0033A

Tints of Carmine #A0033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 72.4%
G = 1.36%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0033A (or 0xA0033A) is known color: Carmine. HEX triplet: A0, 03 and 3A. RGB value is (160,3,58). Sum of RGB (Red+Green+Blue) = 160+3+58=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0033A is #5FFCC5. Grayscale: #383838. Windows color (decimal): -6290630 or 3802016. OLE color: 3802016.

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

Color convert

RGB 160 3 58 -
CMYK 0 0.98 0.64 0.37
HSL 338.98º 0.96% 0.32% -
HSV(B) 338.98º 0.98% 0.63% -
XYZ 15.29 7.84 4.71 -
YUV 56.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 160 3 58 0 0.98 0.64 0.37 338.98 0.96 0.32
Hex A0 3 3A 0 62 40 25 153 60 20
Octal 240 3 72 0 142 100 45 523 140 40
Binary 10100000 11 111010 0 1100010 1000000 100101 101010011 1100000 100000

Color Harmonies of #A0033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0033A

Black with #A0033A

Text Example


Text Example

White with #A0033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0033A; }

 p { color: rgb(160,3,58); }

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

background-color css

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

 a { background-color: rgb(160,3,58); }

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

border-color css

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

 span { border-color: rgb(160,3,58); }

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