Html Css Color HEX #A5092D Carmine

📋 copy color: '#A5092D'

red 165 ◦ green 9 ◦ blue 45

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

Shades of Carmine #A5092D

Tints of Carmine #A5092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 75.34%
G = 4.11%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5092D (or 0xA5092D) is known color: Carmine. HEX triplet: A5, 09 and 2D. RGB value is (165,9,45). Sum of RGB (Red+Green+Blue) = 165+9+45=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A5092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5092D is #5AF6D2. Grayscale: #3B3B3B. Windows color (decimal): -5961427 or 2951589. OLE color: 2951589.

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

Color convert

RGB 165 9 45 -
CMYK 0 0.95 0.73 0.35
HSL 346.15º 0.9% 0.34% -
HSV(B) 346.15º 0.95% 0.65% -
XYZ 16.09 8.38 3.25 -
YUV 59.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 165 9 45 0 0.95 0.73 0.35 346.15 0.9 0.34
Hex A5 9 2D 0 5F 49 23 15A 5A 22
Octal 245 11 55 0 137 111 43 532 132 42
Binary 10100101 1001 101101 0 1011111 1001001 100011 101011010 1011010 100010

Color Harmonies of #A5092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5092D

Black with #A5092D

Text Example


Text Example

White with #A5092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5092D; }

 p { color: rgb(165,9,45); }

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

background-color css

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

 a { background-color: rgb(165,9,45); }

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

border-color css

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

 span { border-color: rgb(165,9,45); }

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