Html Css Color HEX #A5082A Carmine

📋 copy color: '#A5082A'

red 165 ◦ green 8 ◦ blue 42

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

Shades of Carmine #A5082A

Tints of Carmine #A5082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 76.74%
G = 3.72%
B = 19.53%

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

#A5082A (or 0xA5082A) is known color: Carmine. HEX triplet: A5, 08 and 2A. RGB value is (165,8,42). Sum of RGB (Red+Green+Blue) = 165+8+42=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082A is #5AF7D5. Grayscale: #3A3A3A. Windows color (decimal): -5961686 or 2754725. OLE color: 2754725.

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

Color convert

RGB 165 8 42 -
CMYK 0 0.95 0.75 0.35
HSL 347.01º 0.91% 0.34% -
HSV(B) 347.01º 0.95% 0.65% -
XYZ 16.02 8.34 2.96 -
YUV 58.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 165 8 42 0 0.95 0.75 0.35 347.01 0.91 0.34
Hex A5 8 2A 0 5F 4B 23 15B 5B 22
Octal 245 10 52 0 137 113 43 533 133 42
Binary 10100101 1000 101010 0 1011111 1001011 100011 101011011 1011011 100010

Color Harmonies of #A5082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5082A

Black with #A5082A

Text Example


Text Example

White with #A5082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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