Html Css Color HEX #A40312 Carmine

📋 copy color: '#A40312'

red 164 ◦ green 3 ◦ blue 18

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

Shades of Carmine #A40312

Tints of Carmine #A40312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 88.65%
G = 1.62%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40312 (or 0xA40312) is known color: Carmine. HEX triplet: A4, 03 and 12. RGB value is (164,3,18). Sum of RGB (Red+Green+Blue) = 164+3+18=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A40312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40312 is #5BFCED. Grayscale: #343434. Windows color (decimal): -6028526 or 1180580. OLE color: 1180580.

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

Color convert

RGB 164 3 18 -
CMYK 0 0.98 0.89 0.36
HSL 354.41º 0.96% 0.33% -
HSV(B) 354.41º 0.98% 0.64% -
XYZ 15.45 8 1.3 -
YUV 52.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 164 3 18 0 0.98 0.89 0.36 354.41 0.96 0.33
Hex A4 3 12 0 62 59 24 162 60 21
Octal 244 3 22 0 142 131 44 542 140 41
Binary 10100100 11 10010 0 1100010 1011001 100100 101100010 1100000 100001

Color Harmonies of #A40312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40312

Black with #A40312

Text Example


Text Example

White with #A40312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40312; }

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

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

background-color css

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

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

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

border-color css

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

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

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