Html Css Color HEX #A40328 Carmine

📋 copy color: '#A40328'

red 164 ◦ green 3 ◦ blue 40

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

Shades of Carmine #A40328

Tints of Carmine #A40328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 79.23%
G = 1.45%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A40328 (or 0xA40328) is known color: Carmine. HEX triplet: A4, 03 and 28. RGB value is (164,3,40). Sum of RGB (Red+Green+Blue) = 164+3+40=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A40328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40328 is #5BFCD7. Grayscale: #373737. Windows color (decimal): -6028504 or 2622372. OLE color: 2622372.

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

Color convert

RGB 164 3 40 -
CMYK 0 0.98 0.76 0.36
HSL 346.21º 0.96% 0.33% -
HSV(B) 346.21º 0.98% 0.64% -
XYZ 15.73 8.11 2.74 -
YUV 55.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 164 3 40 0 0.98 0.76 0.36 346.21 0.96 0.33
Hex A4 3 28 0 62 4C 24 15A 60 21
Octal 244 3 50 0 142 114 44 532 140 41
Binary 10100100 11 101000 0 1100010 1001100 100100 101011010 1100000 100001

Color Harmonies of #A40328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40328

Black with #A40328

Text Example


Text Example

White with #A40328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40328; }

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

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

background-color css

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

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

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

border-color css

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

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

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