Html Css Color HEX #A50D25 Carmine

📋 copy color: '#A50D25'

red 165 ◦ green 13 ◦ blue 37

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

Shades of Carmine #A50D25

Tints of Carmine #A50D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 76.74%
G = 6.05%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A50D25 (or 0xA50D25) is known color: Carmine. HEX triplet: A5, 0D and 25. RGB value is (165,13,37). Sum of RGB (Red+Green+Blue) = 165+13+37=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D25 is #5AF2DA. Grayscale: #3D3D3D. Windows color (decimal): -5960411 or 2428325. OLE color: 2428325.

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

Color convert

RGB 165 13 37 -
CMYK 0 0.92 0.78 0.35
HSL 350.53º 0.85% 0.35% -
HSV(B) 350.53º 0.92% 0.65% -
XYZ 15.99 8.42 2.53 -
YUV 61.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 165 13 37 0 0.92 0.78 0.35 350.53 0.85 0.35
Hex A5 D 25 0 5C 4E 23 15F 55 23
Octal 245 15 45 0 134 116 43 537 125 43
Binary 10100101 1101 100101 0 1011100 1001110 100011 101011111 1010101 100011

Color Harmonies of #A50D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D25

Black with #A50D25

Text Example


Text Example

White with #A50D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D25; }

 p { color: rgb(165,13,37); }

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

background-color css

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

 a { background-color: rgb(165,13,37); }

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

border-color css

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

 span { border-color: rgb(165,13,37); }

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