Html Css Color HEX #A5002D Carmine

📋 copy color: '#A5002D'

red 165 ◦ green 0 ◦ blue 45

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

Shades of Carmine #A5002D

Tints of Carmine #A5002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5002D (or 0xA5002D) is known color: Carmine. HEX triplet: A5, 00 and 2D. RGB value is (165,0,45). Sum of RGB (Red+Green+Blue) = 165+0+45=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A5002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5002D is #5AFFD2. Grayscale: #363636. Windows color (decimal): -5963731 or 2949285. OLE color: 2949285.

HSL color Cylindrical-coordinate representation of color #A5002D: hue angle of 343.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5002D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 45 -
CMYK 0 1 0.73 0.35
HSL 343.64º 1% 0.32% -
HSV(B) 343.64º 1% 0.65% -
XYZ 15.99 8.19 3.22 -
YUV 54.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 165 0 45 0 1 0.73 0.35 343.64 1 0.32
Hex A5 0 2D 0 64 49 23 158 64 20
Octal 245 0 55 0 144 111 43 530 144 40
Binary 10100101 0 101101 0 1100100 1001001 100011 101011000 1100100 100000

Color Harmonies of #A5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5002D

Black with #A5002D

Text Example


Text Example

White with #A5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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