Html Css Color HEX #A00239 Carmine

📋 copy color: '#A00239'

red 160 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A00239

Tints of Carmine #A00239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 73.06%
G = 0.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A00239 (or 0xA00239) is known color: Carmine. HEX triplet: A0, 02 and 39. RGB value is (160,2,57). Sum of RGB (Red+Green+Blue) = 160+2+57=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A00239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00239 is #5FFDC6. Grayscale: #373737. Windows color (decimal): -6290887 or 3736224. OLE color: 3736224.

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

Color convert

RGB 160 2 57 -
CMYK 0 0.99 0.64 0.37
HSL 339.11º 0.98% 0.32% -
HSV(B) 339.11º 0.99% 0.63% -
XYZ 15.26 7.81 4.57 -
YUV 55.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 160 2 57 0 0.99 0.64 0.37 339.11 0.98 0.32
Hex A0 2 39 0 63 40 25 153 62 20
Octal 240 2 71 0 143 100 45 523 142 40
Binary 10100000 10 111001 0 1100011 1000000 100101 101010011 1100010 100000

Color Harmonies of #A00239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00239

Black with #A00239

Text Example


Text Example

White with #A00239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00239; }

 p { color: rgb(160,2,57); }

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

background-color css

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

 a { background-color: rgb(160,2,57); }

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

border-color css

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

 span { border-color: rgb(160,2,57); }

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