Html Css Color HEX #A50D1B Carmine

📋 copy color: '#A50D1B'

red 165 ◦ green 13 ◦ blue 27

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

Shades of Carmine #A50D1B

Tints of Carmine #A50D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.34%

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 80.49%
G = 6.34%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A50D1B (or 0xA50D1B) is known color: Carmine. HEX triplet: A5, 0D and 1B. RGB value is (165,13,27). Sum of RGB (Red+Green+Blue) = 165+13+27=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D1B is #5AF2E4. Grayscale: #3C3C3C. Windows color (decimal): -5960421 or 1772965. OLE color: 1772965.

HSL color Cylindrical-coordinate representation of color #A50D1B: hue angle of 354.47º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D1B is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 13 27 -
CMYK 0 0.92 0.84 0.35
HSL 354.47º 0.85% 0.35% -
HSV(B) 354.47º 0.92% 0.65% -
XYZ 15.86 8.37 1.82 -
YUV 60.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 165 13 27 0 0.92 0.84 0.35 354.47 0.85 0.35
Hex A5 D 1B 0 5C 54 23 162 55 23
Octal 245 15 33 0 134 124 43 542 125 43
Binary 10100101 1101 11011 0 1011100 1010100 100011 101100010 1010101 100011

Color Harmonies of #A50D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D1B

Black with #A50D1B

Text Example


Text Example

White with #A50D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D1B; }

 p { color: rgb(165,13,27); }

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

background-color css

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

 a { background-color: rgb(165,13,27); }

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

border-color css

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

 span { border-color: rgb(165,13,27); }

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