Html Css Color HEX #A40930 Carmine

📋 copy color: '#A40930'

red 164 ◦ green 9 ◦ blue 48

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

Shades of Carmine #A40930

Tints of Carmine #A40930

RGB

 RED value IS 164 (64.45% from 255) = 74.21%

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

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

R = 74.21%
G = 4.07%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A40930 (or 0xA40930) is known color: Carmine. HEX triplet: A4, 09 and 30. RGB value is (164,9,48). Sum of RGB (Red+Green+Blue) = 164+9+48=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A40930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40930 is #5BF6CF. Grayscale: #3B3B3B. Windows color (decimal): -6026960 or 3148196. OLE color: 3148196.

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

Color convert

RGB 164 9 48 -
CMYK 0 0.95 0.71 0.36
HSL 344.9º 0.9% 0.34% -
HSV(B) 344.9º 0.95% 0.64% -
XYZ 15.94 8.3 3.56 -
YUV 59.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 164 9 48 0 0.95 0.71 0.36 344.9 0.9 0.34
Hex A4 9 30 0 5F 47 24 159 5A 22
Octal 244 11 60 0 137 107 44 531 132 42
Binary 10100100 1001 110000 0 1011111 1000111 100100 101011001 1011010 100010

Color Harmonies of #A40930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40930

Black with #A40930

Text Example


Text Example

White with #A40930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40930; }

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

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

background-color css

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

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

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

border-color css

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

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

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