Html Css Color HEX #A40315 Carmine

📋 copy color: '#A40315'

red 164 ◦ green 3 ◦ blue 21

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

Shades of Carmine #A40315

Tints of Carmine #A40315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 87.23%
G = 1.6%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A40315 (or 0xA40315) is known color: Carmine. HEX triplet: A4, 03 and 15. RGB value is (164,3,21). Sum of RGB (Red+Green+Blue) = 164+3+21=188 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.23% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 164 - color contains mainly: red. Hex color #A40315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40315 is #5BFCEA. Grayscale: #353535. Windows color (decimal): -6028523 or 1377188. OLE color: 1377188.

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

Color convert

RGB 164 3 21 -
CMYK 0 0.98 0.87 0.36
HSL 353.29º 0.96% 0.33% -
HSV(B) 353.29º 0.98% 0.64% -
XYZ 15.48 8.01 1.44 -
YUV 53.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 164 3 21 0 0.98 0.87 0.36 353.29 0.96 0.33
Hex A4 3 15 0 62 57 24 161 60 21
Octal 244 3 25 0 142 127 44 541 140 41
Binary 10100100 11 10101 0 1100010 1010111 100100 101100001 1100000 100001

Color Harmonies of #A40315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40315

Black with #A40315

Text Example


Text Example

White with #A40315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40315; }

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

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

background-color css

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

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

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

border-color css

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

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

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