Html Css Color HEX #A40318 Carmine

📋 copy color: '#A40318'

red 164 ◦ green 3 ◦ blue 24

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

Shades of Carmine #A40318

Tints of Carmine #A40318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 85.86%
G = 1.57%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A40318 (or 0xA40318) is known color: Carmine. HEX triplet: A4, 03 and 18. RGB value is (164,3,24). Sum of RGB (Red+Green+Blue) = 164+3+24=191 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.86% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 164 - color contains mainly: red. Hex color #A40318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40318 is #5BFCE7. Grayscale: #353535. Windows color (decimal): -6028520 or 1573796. OLE color: 1573796.

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

Color convert

RGB 164 3 24 -
CMYK 0 0.98 0.85 0.36
HSL 352.17º 0.96% 0.33% -
HSV(B) 352.17º 0.98% 0.64% -
XYZ 15.51 8.02 1.6 -
YUV 53.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 164 3 24 0 0.98 0.85 0.36 352.17 0.96 0.33
Hex A4 3 18 0 62 55 24 160 60 21
Octal 244 3 30 0 142 125 44 540 140 41
Binary 10100100 11 11000 0 1100010 1010101 100100 101100000 1100000 100001

Color Harmonies of #A40318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40318

Black with #A40318

Text Example


Text Example

White with #A40318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40318; }

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

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

background-color css

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

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

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

border-color css

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

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

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