Html Css Color HEX #A5082D Carmine

📋 copy color: '#A5082D'

red 165 ◦ green 8 ◦ blue 45

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

Shades of Carmine #A5082D

Tints of Carmine #A5082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 75.69%
G = 3.67%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5082D (or 0xA5082D) is known color: Carmine. HEX triplet: A5, 08 and 2D. RGB value is (165,8,45). Sum of RGB (Red+Green+Blue) = 165+8+45=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A5082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5082D is #5AF7D2. Grayscale: #3B3B3B. Windows color (decimal): -5961683 or 2951333. OLE color: 2951333.

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

Color convert

RGB 165 8 45 -
CMYK 0 0.95 0.73 0.35
HSL 345.86º 0.91% 0.34% -
HSV(B) 345.86º 0.95% 0.65% -
XYZ 16.08 8.36 3.25 -
YUV 59.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 165 8 45 0 0.95 0.73 0.35 345.86 0.91 0.34
Hex A5 8 2D 0 5F 49 23 15A 5B 22
Octal 245 10 55 0 137 111 43 532 133 42
Binary 10100101 1000 101101 0 1011111 1001001 100011 101011010 1011011 100010

Color Harmonies of #A5082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5082D

Black with #A5082D

Text Example


Text Example

White with #A5082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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