Html Css Color HEX #A70133 Carmine

📋 copy color: '#A70133'

red 167 ◦ green 1 ◦ blue 51

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

Shades of Carmine #A70133

Tints of Carmine #A70133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 76.26%
G = 0.46%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A70133 (or 0xA70133) is known color: Carmine. HEX triplet: A7, 01 and 33. RGB value is (167,1,51). Sum of RGB (Red+Green+Blue) = 167+1+51=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A70133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70133 is #58FECC. Grayscale: #383838. Windows color (decimal): -5832397 or 3342759. OLE color: 3342759.

HSL color Cylindrical-coordinate representation of color #A70133: hue angle of 341.93º degrees, saturation: 0.99, 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 #A70133 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 51 -
CMYK 0 0.99 0.69 0.35
HSL 341.93º 0.99% 0.33% -
HSV(B) 341.93º 0.99% 0.65% -
XYZ 16.54 8.48 3.9 -
YUV 56.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 167 1 51 0 0.99 0.69 0.35 341.93 0.99 0.33
Hex A7 1 33 0 63 45 23 156 63 21
Octal 247 1 63 0 143 105 43 526 143 41
Binary 10100111 1 110011 0 1100011 1000101 100011 101010110 1100011 100001

Color Harmonies of #A70133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70133

Black with #A70133

Text Example


Text Example

White with #A70133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70133; }

 p { color: rgb(167,1,51); }

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

background-color css

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

 a { background-color: rgb(167,1,51); }

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

border-color css

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

 span { border-color: rgb(167,1,51); }

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