Html Css Color HEX #A5181E Carmine

📋 copy color: '#A5181E'

red 165 ◦ green 24 ◦ blue 30

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

Shades of Carmine #A5181E

Tints of Carmine #A5181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 75.34%
G = 10.96%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5181E (or 0xA5181E) is known color: Carmine. HEX triplet: A5, 18 and 1E. RGB value is (165,24,30). Sum of RGB (Red+Green+Blue) = 165+24+30=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A5181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5181E is #5AE7E1. Grayscale: #424242. Windows color (decimal): -5957602 or 1972389. OLE color: 1972389.

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

Color convert

RGB 165 24 30 -
CMYK 0 0.85 0.82 0.35
HSL 357.45º 0.75% 0.37% -
HSV(B) 357.45º 0.85% 0.65% -
XYZ 16.08 8.75 2.07 -
YUV 66.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 165 24 30 0 0.85 0.82 0.35 357.45 0.75 0.37
Hex A5 18 1E 0 55 52 23 165 4B 25
Octal 245 30 36 0 125 122 43 545 113 45
Binary 10100101 11000 11110 0 1010101 1010010 100011 101100101 1001011 100101

Color Harmonies of #A5181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5181E

Black with #A5181E

Text Example


Text Example

White with #A5181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5181E; }

 p { color: rgb(165,24,30); }

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

background-color css

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

 a { background-color: rgb(165,24,30); }

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

border-color css

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

 span { border-color: rgb(165,24,30); }

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