Html Css Color HEX #A5171E Carmine

📋 copy color: '#A5171E'

red 165 ◦ green 23 ◦ blue 30

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

Shades of Carmine #A5171E

Tints of Carmine #A5171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 75.69%
G = 10.55%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5171E (or 0xA5171E) is known color: Carmine. HEX triplet: A5, 17 and 1E. RGB value is (165,23,30). Sum of RGB (Red+Green+Blue) = 165+23+30=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A5171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5171E is #5AE8E1. Grayscale: #424242. Windows color (decimal): -5957858 or 1972133. OLE color: 1972133.

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

Color convert

RGB 165 23 30 -
CMYK 0 0.86 0.82 0.35
HSL 357.04º 0.76% 0.37% -
HSV(B) 357.04º 0.86% 0.65% -
XYZ 16.06 8.71 2.06 -
YUV 66.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 165 23 30 0 0.86 0.82 0.35 357.04 0.76 0.37
Hex A5 17 1E 0 56 52 23 165 4C 25
Octal 245 27 36 0 126 122 43 545 114 45
Binary 10100101 10111 11110 0 1010110 1010010 100011 101100101 1001100 100101

Color Harmonies of #A5171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5171E

Black with #A5171E

Text Example


Text Example

White with #A5171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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