Html Css Color HEX #A40928 Carmine

📋 copy color: '#A40928'

red 164 ◦ green 9 ◦ blue 40

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

Shades of Carmine #A40928

Tints of Carmine #A40928

RGB

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

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

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

R = 77%
G = 4.23%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40928 (or 0xA40928) is known color: Carmine. HEX triplet: A4, 09 and 28. RGB value is (164,9,40). Sum of RGB (Red+Green+Blue) = 164+9+40=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A40928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40928 is #5BF6D7. Grayscale: #3A3A3A. Windows color (decimal): -6026968 or 2623908. OLE color: 2623908.

HSL color Cylindrical-coordinate representation of color #A40928: hue angle of 348º 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 #A40928 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 40 -
CMYK 0 0.95 0.76 0.36
HSL 348º 0.9% 0.34% -
HSV(B) 348º 0.95% 0.64% -
XYZ 15.79 8.24 2.77 -
YUV 58.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 164 9 40 0 0.95 0.76 0.36 348 0.9 0.34
Hex A4 9 28 0 5F 4C 24 15C 5A 22
Octal 244 11 50 0 137 114 44 534 132 42
Binary 10100100 1001 101000 0 1011111 1001100 100100 101011100 1011010 100010

Color Harmonies of #A40928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40928

Black with #A40928

Text Example


Text Example

White with #A40928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40928; }

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

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

background-color css

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

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

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

border-color css

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

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

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