Html Css Color HEX #A70239 Carmine

📋 copy color: '#A70239'

red 167 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A70239

Tints of Carmine #A70239

RGB

 RED value IS 167 (65.63% from 255) = 73.89%

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

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

R = 73.89%
G = 0.88%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A70239 (or 0xA70239) is known color: Carmine. HEX triplet: A7, 02 and 39. RGB value is (167,2,57). Sum of RGB (Red+Green+Blue) = 167+2+57=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A70239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70239 is #58FDC6. Grayscale: #393939. Windows color (decimal): -5832135 or 3736231. OLE color: 3736231.

HSL color Cylindrical-coordinate representation of color #A70239: hue angle of 340º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70239 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 57 -
CMYK 0 0.99 0.66 0.35
HSL 340º 0.98% 0.33% -
HSV(B) 340º 0.99% 0.65% -
XYZ 16.7 8.55 4.64 -
YUV 57.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 167 2 57 0 0.99 0.66 0.35 340 0.98 0.33
Hex A7 2 39 0 63 42 23 154 62 21
Octal 247 2 71 0 143 102 43 524 142 41
Binary 10100111 10 111001 0 1100011 1000010 100011 101010100 1100010 100001

Color Harmonies of #A70239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70239

Black with #A70239

Text Example


Text Example

White with #A70239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70239; }

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

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

background-color css

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

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

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

border-color css

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

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

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