Html Css Color HEX #A5092B Carmine

📋 copy color: '#A5092B'

red 165 ◦ green 9 ◦ blue 43

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

Shades of Carmine #A5092B

Tints of Carmine #A5092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 76.04%
G = 4.15%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5092B (or 0xA5092B) is known color: Carmine. HEX triplet: A5, 09 and 2B. RGB value is (165,9,43). Sum of RGB (Red+Green+Blue) = 165+9+43=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A5092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5092B is #5AF6D4. Grayscale: #3B3B3B. Windows color (decimal): -5961429 or 2820517. OLE color: 2820517.

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

Color convert

RGB 165 9 43 -
CMYK 0 0.95 0.74 0.35
HSL 346.92º 0.9% 0.34% -
HSV(B) 346.92º 0.95% 0.65% -
XYZ 16.05 8.37 3.05 -
YUV 59.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 165 9 43 0 0.95 0.74 0.35 346.92 0.9 0.34
Hex A5 9 2B 0 5F 4A 23 15B 5A 22
Octal 245 11 53 0 137 112 43 533 132 42
Binary 10100101 1001 101011 0 1011111 1001010 100011 101011011 1011010 100010

Color Harmonies of #A5092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5092B

Black with #A5092B

Text Example


Text Example

White with #A5092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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