Html Css Color HEX #A5002B Carmine

📋 copy color: '#A5002B'

red 165 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A5002B

Tints of Carmine #A5002B

RGB

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

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

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

R = 79.33%
G = 0%
B = 20.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5002B (or 0xA5002B) is known color: Carmine. HEX triplet: A5, 00 and 2B. RGB value is (165,0,43). Sum of RGB (Red+Green+Blue) = 165+0+43=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A5002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5002B is #5AFFD4. Grayscale: #363636. Windows color (decimal): -5963733 or 2818213. OLE color: 2818213.

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

Color convert

RGB 165 0 43 -
CMYK 0 1 0.74 0.35
HSL 344.36º 1% 0.32% -
HSV(B) 344.36º 1% 0.65% -
XYZ 15.95 8.17 3.02 -
YUV 54.24 121.66 207 -
System Red Green Blue C M Y K H S L
Decimal 165 0 43 0 1 0.74 0.35 344.36 1 0.32
Hex A5 0 2B 0 64 4A 23 158 64 20
Octal 245 0 53 0 144 112 43 530 144 40
Binary 10100101 0 101011 0 1100100 1001010 100011 101011000 1100100 100000

Color Harmonies of #A5002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5002B

Black with #A5002B

Text Example


Text Example

White with #A5002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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