Html Css Color HEX #A50328 Carmine

📋 copy color: '#A50328'

red 165 ◦ green 3 ◦ blue 40

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

Shades of Carmine #A50328

Tints of Carmine #A50328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 79.33%
G = 1.44%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A50328 (or 0xA50328) is known color: Carmine. HEX triplet: A5, 03 and 28. RGB value is (165,3,40). Sum of RGB (Red+Green+Blue) = 165+3+40=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50328 is #5AFCD7. Grayscale: #373737. Windows color (decimal): -5962968 or 2622373. OLE color: 2622373.

HSL color Cylindrical-coordinate representation of color #A50328: hue angle of 346.3º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50328 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 3 40 -
CMYK 0 0.98 0.76 0.35
HSL 346.3º 0.96% 0.33% -
HSV(B) 346.3º 0.98% 0.65% -
XYZ 15.93 8.22 2.75 -
YUV 55.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 165 3 40 0 0.98 0.76 0.35 346.3 0.96 0.33
Hex A5 3 28 0 62 4C 23 15A 60 21
Octal 245 3 50 0 142 114 43 532 140 41
Binary 10100101 11 101000 0 1100010 1001100 100011 101011010 1100000 100001

Color Harmonies of #A50328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50328

Black with #A50328

Text Example


Text Example

White with #A50328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50328; }

 p { color: rgb(165,3,40); }

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

background-color css

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

 a { background-color: rgb(165,3,40); }

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

border-color css

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

 span { border-color: rgb(165,3,40); }

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