Html Css Color HEX #A80B2D Carmine

📋 copy color: '#A80B2D'

red 168 ◦ green 11 ◦ blue 45

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

Shades of Carmine #A80B2D

Tints of Carmine #A80B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.91%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 75%
G = 4.91%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A80B2D (or 0xA80B2D) is known color: Carmine. HEX triplet: A8, 0B and 2D. RGB value is (168,11,45). Sum of RGB (Red+Green+Blue) = 168+11+45=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B2D is #57F4D2. Grayscale: #3D3D3D. Windows color (decimal): -5764307 or 2952104. OLE color: 2952104.

HSL color Cylindrical-coordinate representation of color #A80B2D: hue angle of 347.01º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B2D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 11 45 -
CMYK 0 0.93 0.73 0.34
HSL 347.01º 0.88% 0.35% -
HSV(B) 347.01º 0.93% 0.66% -
XYZ 16.74 8.75 3.29 -
YUV 61.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 168 11 45 0 0.93 0.73 0.34 347.01 0.88 0.35
Hex A8 B 2D 0 5D 49 22 15B 58 23
Octal 250 13 55 0 135 111 42 533 130 43
Binary 10101000 1011 101101 0 1011101 1001001 100010 101011011 1011000 100011

Color Harmonies of #A80B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B2D

Black with #A80B2D

Text Example


Text Example

White with #A80B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B2D; }

 p { color: rgb(168,11,45); }

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

background-color css

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

 a { background-color: rgb(168,11,45); }

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

border-color css

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

 span { border-color: rgb(168,11,45); }

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