Html Css Color HEX #A50930 Carmine

📋 copy color: '#A50930'

red 165 ◦ green 9 ◦ blue 48

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

Shades of Carmine #A50930

Tints of Carmine #A50930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 74.32%
G = 4.05%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A50930 (or 0xA50930) is known color: Carmine. HEX triplet: A5, 09 and 30. RGB value is (165,9,48). Sum of RGB (Red+Green+Blue) = 165+9+48=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A50930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50930 is #5AF6CF. Grayscale: #3C3C3C. Windows color (decimal): -5961424 or 3148197. OLE color: 3148197.

HSL color Cylindrical-coordinate representation of color #A50930: hue angle of 345º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50930 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 48 -
CMYK 0 0.95 0.71 0.35
HSL 345º 0.9% 0.34% -
HSV(B) 345º 0.95% 0.65% -
XYZ 16.15 8.41 3.57 -
YUV 60.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 165 9 48 0 0.95 0.71 0.35 345 0.9 0.34
Hex A5 9 30 0 5F 47 23 159 5A 22
Octal 245 11 60 0 137 107 43 531 132 42
Binary 10100101 1001 110000 0 1011111 1000111 100011 101011001 1011010 100010

Color Harmonies of #A50930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50930

Black with #A50930

Text Example


Text Example

White with #A50930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50930; }

 p { color: rgb(165,9,48); }

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

background-color css

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

 a { background-color: rgb(165,9,48); }

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

border-color css

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

 span { border-color: rgb(165,9,48); }

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