Html Css Color HEX #A5092A Carmine

📋 copy color: '#A5092A'

red 165 ◦ green 9 ◦ blue 42

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

Shades of Carmine #A5092A

Tints of Carmine #A5092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 76.39%
G = 4.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5092A (or 0xA5092A) is known color: Carmine. HEX triplet: A5, 09 and 2A. RGB value is (165,9,42). Sum of RGB (Red+Green+Blue) = 165+9+42=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A5092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5092A is #5AF6D5. Grayscale: #3B3B3B. Windows color (decimal): -5961430 or 2754981. OLE color: 2754981.

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

Color convert

RGB 165 9 42 -
CMYK 0 0.95 0.75 0.35
HSL 347.31º 0.9% 0.34% -
HSV(B) 347.31º 0.95% 0.65% -
XYZ 16.03 8.36 2.96 -
YUV 59.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 165 9 42 0 0.95 0.75 0.35 347.31 0.9 0.34
Hex A5 9 2A 0 5F 4B 23 15B 5A 22
Octal 245 11 52 0 137 113 43 533 132 42
Binary 10100101 1001 101010 0 1011111 1001011 100011 101011011 1011010 100010

Color Harmonies of #A5092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5092A

Black with #A5092A

Text Example


Text Example

White with #A5092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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