Html Css Color HEX #A40028 Carmine

📋 copy color: '#A40028'

red 164 ◦ green 0 ◦ blue 40

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

Shades of Carmine #A40028

Tints of Carmine #A40028

RGB

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

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

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

R = 80.39%
G = 0%
B = 19.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40028 (or 0xA40028) is known color: Carmine. HEX triplet: A4, 00 and 28. RGB value is (164,0,40). Sum of RGB (Red+Green+Blue) = 164+0+40=204 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80.39% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 164 - color contains mainly: red. Hex color #A40028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40028 is #5BFFD7. Grayscale: #353535. Windows color (decimal): -6029272 or 2621604. OLE color: 2621604.

HSL color Cylindrical-coordinate representation of color #A40028: hue angle of 345.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40028 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 40 -
CMYK 0 1 0.76 0.36
HSL 345.37º 1% 0.32% -
HSV(B) 345.37º 1% 0.64% -
XYZ 15.69 8.05 2.73 -
YUV 53.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 164 0 40 0 1 0.76 0.36 345.37 1 0.32
Hex A4 0 28 0 64 4C 24 159 64 20
Octal 244 0 50 0 144 114 44 531 144 40
Binary 10100100 0 101000 0 1100100 1001100 100100 101011001 1100100 100000

Color Harmonies of #A40028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40028

Black with #A40028

Text Example


Text Example

White with #A40028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40028; }

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

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

background-color css

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

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

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

border-color css

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

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

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