Html Css Color HEX #A50212 Carmine

📋 copy color: '#A50212'

red 165 ◦ green 2 ◦ blue 18

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

Shades of Carmine #A50212

Tints of Carmine #A50212

RGB

 RED value IS 165 (64.84% from 255) = 89.19%

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 89.19%
G = 1.08%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A50212 (or 0xA50212) is known color: Carmine. HEX triplet: A5, 02 and 12. RGB value is (165,2,18). Sum of RGB (Red+Green+Blue) = 165+2+18=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A50212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50212 is #5AFDED. Grayscale: #343434. Windows color (decimal): -5963246 or 1180325. OLE color: 1180325.

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

Color convert

RGB 165 2 18 -
CMYK 0 0.99 0.89 0.35
HSL 354.11º 0.98% 0.33% -
HSV(B) 354.11º 0.99% 0.65% -
XYZ 15.65 8.09 1.31 -
YUV 52.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 165 2 18 0 0.99 0.89 0.35 354.11 0.98 0.33
Hex A5 2 12 0 63 59 23 162 62 21
Octal 245 2 22 0 143 131 43 542 142 41
Binary 10100101 10 10010 0 1100011 1011001 100011 101100010 1100010 100001

Color Harmonies of #A50212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50212

Black with #A50212

Text Example


Text Example

White with #A50212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50212; }

 p { color: rgb(165,2,18); }

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

background-color css

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

 a { background-color: rgb(165,2,18); }

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

border-color css

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

 span { border-color: rgb(165,2,18); }

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