Html Css Color HEX #A51A1B Carmine

📋 copy color: '#A51A1B'

red 165 ◦ green 26 ◦ blue 27

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

Shades of Carmine #A51A1B

Tints of Carmine #A51A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 75.69%
G = 11.93%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A51A1B (or 0xA51A1B) is known color: Carmine. HEX triplet: A5, 1A and 1B. RGB value is (165,26,27). Sum of RGB (Red+Green+Blue) = 165+26+27=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A1B is #5AE5E4. Grayscale: #434343. Windows color (decimal): -5957093 or 1776293. OLE color: 1776293.

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

Color convert

RGB 165 26 27 -
CMYK 0 0.84 0.84 0.35
HSL 359.57º 0.73% 0.37% -
HSV(B) 359.57º 0.84% 0.65% -
XYZ 16.08 8.82 1.89 -
YUV 67.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 165 26 27 0 0.84 0.84 0.35 359.57 0.73 0.37
Hex A5 1A 1B 0 54 54 23 168 49 25
Octal 245 32 33 0 124 124 43 550 111 45
Binary 10100101 11010 11011 0 1010100 1010100 100011 101101000 1001001 100101

Color Harmonies of #A51A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A1B

Black with #A51A1B

Text Example


Text Example

White with #A51A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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