Html Css Color HEX #A5091B Carmine

📋 copy color: '#A5091B'

red 165 ◦ green 9 ◦ blue 27

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

Shades of Carmine #A5091B

Tints of Carmine #A5091B

RGB

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

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

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

R = 82.09%
G = 4.48%
B = 13.43%

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

#A5091B (or 0xA5091B) is known color: Carmine. HEX triplet: A5, 09 and 1B. RGB value is (165,9,27). Sum of RGB (Red+Green+Blue) = 165+9+27=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A5091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5091B is #5AF6E4. Grayscale: #393939. Windows color (decimal): -5961445 or 1771941. OLE color: 1771941.

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

Color convert

RGB 165 9 27 -
CMYK 0 0.95 0.84 0.35
HSL 353.08º 0.9% 0.34% -
HSV(B) 353.08º 0.95% 0.65% -
XYZ 15.81 8.27 1.8 -
YUV 57.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 165 9 27 0 0.95 0.84 0.35 353.08 0.9 0.34
Hex A5 9 1B 0 5F 54 23 161 5A 22
Octal 245 11 33 0 137 124 43 541 132 42
Binary 10100101 1001 11011 0 1011111 1010100 100011 101100001 1011010 100010

Color Harmonies of #A5091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5091B

Black with #A5091B

Text Example


Text Example

White with #A5091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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