Html Css Color HEX #A8012F Carmine

📋 copy color: '#A8012F'

red 168 ◦ green 1 ◦ blue 47

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

Shades of Carmine #A8012F

Tints of Carmine #A8012F

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 77.78%
G = 0.46%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8012F (or 0xA8012F) is known color: Carmine. HEX triplet: A8, 01 and 2F. RGB value is (168,1,47). Sum of RGB (Red+Green+Blue) = 168+1+47=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8012F is #57FED0. Grayscale: #383838. Windows color (decimal): -5766865 or 3080616. OLE color: 3080616.

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

Color convert

RGB 168 1 47 -
CMYK 0 0.99 0.72 0.34
HSL 343.47º 0.99% 0.33% -
HSV(B) 343.47º 0.99% 0.66% -
XYZ 16.67 8.55 3.46 -
YUV 56.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 168 1 47 0 0.99 0.72 0.34 343.47 0.99 0.33
Hex A8 1 2F 0 63 48 22 157 63 21
Octal 250 1 57 0 143 110 42 527 143 41
Binary 10101000 1 101111 0 1100011 1001000 100010 101010111 1100011 100001

Color Harmonies of #A8012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8012F

Black with #A8012F

Text Example


Text Example

White with #A8012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8012F; }

 p { color: rgb(168,1,47); }

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

background-color css

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

 a { background-color: rgb(168,1,47); }

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

border-color css

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

 span { border-color: rgb(168,1,47); }

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