Html Css Color HEX #A5131B Carmine

📋 copy color: '#A5131B'

red 165 ◦ green 19 ◦ blue 27

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

Shades of Carmine #A5131B

Tints of Carmine #A5131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 78.2%
G = 9%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5131B (or 0xA5131B) is known color: Carmine. HEX triplet: A5, 13 and 1B. RGB value is (165,19,27). Sum of RGB (Red+Green+Blue) = 165+19+27=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A5131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5131B is #5AECE4. Grayscale: #3F3F3F. Windows color (decimal): -5958885 or 1774501. OLE color: 1774501.

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

Color convert

RGB 165 19 27 -
CMYK 0 0.88 0.84 0.35
HSL 356.71º 0.79% 0.36% -
HSV(B) 356.71º 0.88% 0.65% -
XYZ 15.95 8.54 1.85 -
YUV 63.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 165 19 27 0 0.88 0.84 0.35 356.71 0.79 0.36
Hex A5 13 1B 0 58 54 23 165 4F 24
Octal 245 23 33 0 130 124 43 545 117 44
Binary 10100101 10011 11011 0 1011000 1010100 100011 101100101 1001111 100100

Color Harmonies of #A5131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5131B

Black with #A5131B

Text Example


Text Example

White with #A5131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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