Html Css Color HEX #A40327 Carmine

📋 copy color: '#A40327'

red 164 ◦ green 3 ◦ blue 39

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

Shades of Carmine #A40327

Tints of Carmine #A40327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 79.61%
G = 1.46%
B = 18.93%

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

#A40327 (or 0xA40327) is known color: Carmine. HEX triplet: A4, 03 and 27. RGB value is (164,3,39). Sum of RGB (Red+Green+Blue) = 164+3+39=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40327 is #5BFCD8. Grayscale: #373737. Windows color (decimal): -6028505 or 2556836. OLE color: 2556836.

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

Color convert

RGB 164 3 39 -
CMYK 0 0.98 0.76 0.36
HSL 346.58º 0.96% 0.33% -
HSV(B) 346.58º 0.98% 0.64% -
XYZ 15.71 8.1 2.66 -
YUV 55.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 164 3 39 0 0.98 0.76 0.36 346.58 0.96 0.33
Hex A4 3 27 0 62 4C 24 15B 60 21
Octal 244 3 47 0 142 114 44 533 140 41
Binary 10100100 11 100111 0 1100010 1001100 100100 101011011 1100000 100001

Color Harmonies of #A40327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40327

Black with #A40327

Text Example


Text Example

White with #A40327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40327; }

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

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

background-color css

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

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

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

border-color css

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

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

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