Html Css Color HEX #A50033 Carmine

📋 copy color: '#A50033'

red 165 ◦ green 0 ◦ blue 51

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

Shades of Carmine #A50033

Tints of Carmine #A50033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.61%

R = 76.39%
G = 0%
B = 23.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A50033 (or 0xA50033) is known color: Carmine. HEX triplet: A5, 00 and 33. RGB value is (165,0,51). Sum of RGB (Red+Green+Blue) = 165+0+51=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A50033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50033 is #5AFFCC. Grayscale: #373737. Windows color (decimal): -5963725 or 3342501. OLE color: 3342501.

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

Color convert

RGB 165 0 51 -
CMYK 0 1 0.69 0.35
HSL 341.45º 1% 0.32% -
HSV(B) 341.45º 1% 0.65% -
XYZ 16.11 8.24 3.87 -
YUV 55.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 165 0 51 0 1 0.69 0.35 341.45 1 0.32
Hex A5 0 33 0 64 45 23 155 64 20
Octal 245 0 63 0 144 105 43 525 144 40
Binary 10100101 0 110011 0 1100100 1000101 100011 101010101 1100100 100000

Color Harmonies of #A50033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50033

Black with #A50033

Text Example


Text Example

White with #A50033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50033; }

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

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

background-color css

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

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

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

border-color css

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

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

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