Html Css Color HEX #A9012B Carmine

📋 copy color: '#A9012B'

red 169 ◦ green 1 ◦ blue 43

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

Shades of Carmine #A9012B

Tints of Carmine #A9012B

RGB

 RED value IS 169 (66.41% from 255) = 79.34%

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

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 79.34%
G = 0.47%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9012B (or 0xA9012B) is known color: Carmine. HEX triplet: A9, 01 and 2B. RGB value is (169,1,43). Sum of RGB (Red+Green+Blue) = 169+1+43=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A9012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9012B is #56FED4. Grayscale: #383838. Windows color (decimal): -5701333 or 2818473. OLE color: 2818473.

HSL color Cylindrical-coordinate representation of color #A9012B: hue angle of 345º 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 #A9012B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 43 -
CMYK 0 0.99 0.75 0.34
HSL 345º 0.99% 0.33% -
HSV(B) 345º 0.99% 0.66% -
XYZ 16.81 8.63 3.07 -
YUV 56.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 169 1 43 0 0.99 0.75 0.34 345 0.99 0.33
Hex A9 1 2B 0 63 4B 22 159 63 21
Octal 251 1 53 0 143 113 42 531 143 41
Binary 10101001 1 101011 0 1100011 1001011 100010 101011001 1100011 100001

Color Harmonies of #A9012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9012B

Black with #A9012B

Text Example


Text Example

White with #A9012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9012B; }

 p { color: rgb(169,1,43); }

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

background-color css

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

 a { background-color: rgb(169,1,43); }

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

border-color css

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

 span { border-color: rgb(169,1,43); }

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