Html Css Color HEX #A5091A Carmine

📋 copy color: '#A5091A'

red 165 ◦ green 9 ◦ blue 26

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

Shades of Carmine #A5091A

Tints of Carmine #A5091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 82.5%
G = 4.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5091A (or 0xA5091A) is known color: Carmine. HEX triplet: A5, 09 and 1A. RGB value is (165,9,26). Sum of RGB (Red+Green+Blue) = 165+9+26=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A5091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5091A is #5AF6E5. Grayscale: #393939. Windows color (decimal): -5961446 or 1706405. OLE color: 1706405.

HSL color Cylindrical-coordinate representation of color #A5091A: hue angle of 353.46º 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 #A5091A is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 26 -
CMYK 0 0.95 0.84 0.35
HSL 353.46º 0.9% 0.34% -
HSV(B) 353.46º 0.95% 0.65% -
XYZ 15.8 8.27 1.74 -
YUV 57.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 165 9 26 0 0.95 0.84 0.35 353.46 0.9 0.34
Hex A5 9 1A 0 5F 54 23 161 5A 22
Octal 245 11 32 0 137 124 43 541 132 42
Binary 10100101 1001 11010 0 1011111 1010100 100011 101100001 1011010 100010

Color Harmonies of #A5091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5091A

Black with #A5091A

Text Example


Text Example

White with #A5091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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